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 9b1214c + c6d5514 commit c60c757Copy full SHA for c60c757
1 file changed
.github/workflows/codecov.yml
@@ -25,6 +25,6 @@ jobs:
25
run: uv run pytest --cov --cov-branch --cov-report=xml
26
27
- name: Upload results to Codecov
28
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
29
with:
30
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments