Skip to content

Commit 07541c9

Browse files
author
deathaxe
committed
CI: avoid coverage warning
1 parent 28adc18 commit 07541c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
- uses: "./actions/run-tests"
3636
with:
3737
coverage: true
38-
- uses: codecov/codecov-action@v4
38+
- if: runner.os == 'Windows' || runner.os == 'Linux'
39+
uses: codecov/codecov-action@v4
3940
with:
4041
token: ${{secrets.CODECOV_TOKEN}}
4142

0 commit comments

Comments
 (0)