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 afadec8 commit 3be27c7Copy full SHA for 3be27c7
.github/workflows/test.yml
@@ -49,6 +49,6 @@ jobs:
49
run: |
50
poetry run pytest -vvv -ra --cov=cryptojwt --cov-report=xml --isort --black
51
- name: Upload coverage to Codecov
52
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
53
with:
54
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments