We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b5c166 + 92d0031 commit 6dc7fc0Copy full SHA for 6dc7fc0
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
pip install -e .[test]
31
pytest --cov-report=xml --no-cov-on-fail
32
- name: Upload coverage to Codecov
33
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
34
with:
35
token: ${{ secrets.CODECOV_TOKEN }} # use token for more robust uploads
36
name: ${{ matrix.python-version }}
0 commit comments