mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-17 11:09:12 -04:00
CI: only upload coverage report on Linux (#3516)
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -50,9 +50,10 @@ jobs:
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v5
|
||||
if: runner.os == 'Linux'
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
with:
|
||||
slug: v2fly/v2ray-core
|
||||
slug: ${{ github.repository }}
|
||||
verbose: true
|
||||
fail_ci_if_error: true
|
||||
|
||||
Reference in New Issue
Block a user