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 72bb99a commit 021db5dCopy full SHA for 021db5d
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
run: tox
31
- name: "Upload coverage to Codecov"
32
if: ${{matrix.python-version == '3.12'}}
33
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
34
with:
35
token: ${{ secrets.CODECOV_TOKEN }}
36
fail_ci_if_error: false
0 commit comments