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 afa2c3e + 6b3b13d commit 9a3d0e1Copy full SHA for 9a3d0e1
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
uv run pytest -ra --cov --cov-report=xml --cov-report=term
49
--durations=20
50
- name: Upload coverage report
51
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
52
with:
53
token: ${{ secrets.CODECOV_TOKEN }}
54
0 commit comments