We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5a219 commit 9e68867Copy full SHA for 9e68867
1 file changed
.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
41
run: poetry install
42
- name: Run pytest
43
run: |
44
- poetry run pytest -vvv -ra --cov=cryptojwt --cov-report=xml --isort --black
+ poetry run pytest -vvv -ra --cov=cryptojwt --cov-report=xml --isort --black --ruff
45
- name: Upload coverage to Codecov
46
uses: codecov/codecov-action@v3
47
with:
0 commit comments