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 a422e0c commit 3615f5eCopy full SHA for 3615f5e
.github/workflows/ci-cd.yml
@@ -92,7 +92,7 @@ jobs:
92
COLOR: 'yes'
93
- run: python -m coverage xml
94
- name: Upload coverage
95
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
96
with:
97
fail_ci_if_error: true
98
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments