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 071d156 commit e921eb3Copy full SHA for e921eb3
.github/workflows/ci.yaml
@@ -38,7 +38,7 @@ jobs:
38
- name: Test with pytest and generate coverage file
39
run: tox -e py
40
- name: Upload coverage report to codecov
41
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v5
42
if: success()
43
with:
44
file: coverage.xml
0 commit comments