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 28c7d6b commit 4d740ceCopy full SHA for 4d740ce
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
run: poetry run pytest --cov-report=xml
56
shell: bash
57
- name: Upload coverage to Codecov
58
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
59
with:
60
token: ${{ secrets.CODECOV_TOKEN }}
61
0 commit comments