We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9de80c commit 1e59a42Copy full SHA for 1e59a42
1 file changed
.github/workflows/test.yml
@@ -38,6 +38,6 @@ jobs:
38
- name: Run pytest
39
run: |
40
poetry run pytest -vvv -ra --cov=cryptojwt --isort --black
41
- #- name: Run codecov
42
- # run: |
43
- # poetry run codecov
+ - uses: codecov/codecov-action@v1
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments