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 8b90b1a commit 55bbf0aCopy full SHA for 55bbf0a
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
run: poetry run pytest --cov-report=xml
61
shell: bash
62
- name: Upload coverage to Codecov
63
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
64
with:
65
token: ${{ secrets.CODECOV_TOKEN }}
66
0 commit comments