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 e3cc524 commit 1c716b5Copy full SHA for 1c716b5
.github/workflows/tox.yml
@@ -235,6 +235,6 @@ jobs:
235
- name: Upload to Codecov
236
# Even if tox fails, upload coverage
237
if: ${{ (success() || failure()) && contains(matrix.coverage, 'codecov') && matrix.pytest == 'true' }}
238
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
239
with:
240
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments