We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd6bbf commit 6205252Copy full SHA for 6205252
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@v5.0.1
+ uses: codecov/codecov-action@v5.0.2
84
with:
85
fail_ci_if_error: true
86
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments