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 1d75208 commit 5f70864Copy full SHA for 5f70864
1 file changed
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
run: poetry run pytest --cov-report=xml
59
shell: bash
60
- name: Upload coverage to Codecov
61
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
62
with:
63
token: ${{ secrets.CODECOV_TOKEN }}
64
0 commit comments