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 9e40a51 commit f843665Copy full SHA for f843665
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Run tests
28
run: tox -e test
29
- name: Upload coverage to Codecov
30
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
31
with:
32
files: ./coverage.xml
33
fail_ci_if_error: false
0 commit comments