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 18c047d commit 8a06a23Copy full SHA for 8a06a23
1 file changed
.github/workflows/ci.yaml
@@ -80,7 +80,7 @@ jobs:
80
uv run --frozen coverage combine coverage*/.coverage*
81
uv run --frozen coverage xml -i
82
- name: ⬆️ Upload coverage report
83
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
84
with:
85
fail_ci_if_error: true
86
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments