We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 908110b + f62dc8c commit 233ea19Copy full SHA for 233ea19
1 file changed
.github/workflows/ci.yml
@@ -19,6 +19,6 @@ jobs:
19
run: |
20
pytest --cov --cov-report xml
21
- name: Upload coverage reports to Codecov with GitHub Action
22
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
23
env:
24
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
0 commit comments