We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b814e23 + 764e760 commit 33f4914Copy full SHA for 33f4914
.github/workflows/tests.yaml
@@ -33,7 +33,7 @@ jobs:
33
--cov-report=xml \
34
tests
35
- name: Upload coverage reports to Codecov with GitHub Action
36
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
37
if: always()
38
with:
39
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments