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 183077e commit f71ff46Copy full SHA for f71ff46
.github/workflows/test.yml
@@ -54,9 +54,8 @@ jobs:
54
- name: Generate report
55
run: poetry run coverage xml
56
- name: Upload coverage reports to Codecov with GitHub Action
57
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
58
if: matrix.os == 'ubuntu-latest' && matrix.py_version == '3.9'
59
with:
60
- token: ${{ secrets.CODECOV_TOKEN }}
61
fail_ci_if_error: false
62
verbose: true
0 commit comments