Skip to content

Commit d8e402e

Browse files
authored
CI: only upload coverage report on Linux (#3516)
1 parent 2f10812 commit d8e402e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ jobs:
5050
5151
- name: Upload coverage to Codecov
5252
uses: codecov/codecov-action@v5
53+
if: runner.os == 'Linux'
5354
env:
5455
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5556
with:
56-
slug: v2fly/v2ray-core
57+
slug: ${{ github.repository }}
5758
verbose: true
5859
fail_ci_if_error: true

0 commit comments

Comments
 (0)