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 0a5a521 commit bce79abCopy full SHA for bce79ab
.github/workflows/test.yml
@@ -55,6 +55,6 @@ jobs:
55
run: |
56
poetry run pytest -vvv -ra --cov=cryptojwt --cov-report=xml --isort --black
57
- name: Upload coverage to Codecov
58
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
59
with:
60
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments