We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c630f60 commit a9741d8Copy full SHA for a9741d8
.github/workflows/run-tox.yml
@@ -64,7 +64,7 @@ jobs:
64
with:
65
report_paths: 'reports/pytest-*.xml'
66
- name: Upload to codecov
67
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
68
69
fail_ci_if_error: false
70
directory: ./reports
0 commit comments