We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed88f6 commit 57f72c9Copy full SHA for 57f72c9
.github/workflows/test.yml
@@ -42,7 +42,7 @@ 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,
0 commit comments