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 fd3031a commit 69fed0aCopy full SHA for 69fed0a
.github/workflows/test.yml
@@ -47,7 +47,7 @@ jobs:
47
run: poetry install
48
- name: Run pytest
49
run: |
50
- poetry run pytest -vvv -ra --cov=cryptojwt --cov-report=xml --isort --black
+ poetry run pytest -vvv -ra --cov=cryptojwt --cov-report=xml
51
- name: Upload coverage to Codecov
52
uses: codecov/codecov-action@v4
53
with:
0 commit comments