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 0c4cd31 + 1a64df5 commit f451dc0Copy full SHA for f451dc0
1 file changed
.github/workflows/tests.yml
@@ -61,7 +61,7 @@ jobs:
61
python -m pytest tests/ -v --cov=. --cov-report=xml --cov-report=term
62
63
- name: Upload coverage to Codecov
64
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
65
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
66
with:
67
file: ./coverage.xml
0 commit comments