We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bc09c commit 324b1e1Copy full SHA for 324b1e1
.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