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 1d6202d commit 81c5f59Copy full SHA for 81c5f59
.github/workflows/test.yml
@@ -38,3 +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
0 commit comments