We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c2b27 commit 1dcb15aCopy full SHA for 1dcb15a
.github/workflows/test.yml
@@ -42,12 +42,14 @@ jobs:
42
# auto activation of env does not seem to work on win
43
run: >-
44
pip install -e . && pytest
45
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
46
if: matrix.os == 'ubuntu-latest'
47
with:
48
- files: ./coverage.xml,
+ files: ./coverage.xml
49
fail_ci_if_error: true # optional (default = false)
50
verbose: true # optional (default = false)
51
+ env:
52
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
53
54
test-w-conda-recipe:
55
strategy:
0 commit comments