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.
2 parents 842badb + 18e5c0c commit a8e158bCopy full SHA for a8e158b
1 file changed
.github/workflows/test.yaml
@@ -87,7 +87,7 @@ jobs:
87
uvx hatch run ${{ matrix.env.name }}:cov-report # report visibly
88
uvx hatch run ${{ matrix.env.name }}:coverage xml # create report for upload
89
- name: Upload coverage
90
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
91
with:
92
fail_ci_if_error: true
93
use_oidc: true
0 commit comments