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 eb990ca commit 2e03c9bCopy full SHA for 2e03c9b
.github/workflows/test.yml
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Upload coverage to Codecov
73
if: matrix.toxenv == 'py'
74
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
75
with:
76
fail_ci_if_error: false
77
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments