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.
1 parent 1b5c166 commit 92d0031Copy full SHA for 92d0031
.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