We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43a9ac commit 306df8aCopy full SHA for 306df8a
.github/workflows/test.yml
@@ -27,6 +27,5 @@ jobs:
27
- name: Install dependencies
28
run: poetry install --with dev
29
- name: Test with pytest
30
- run: |
31
- poetry run coverage run -m pytest
32
- poetry run coverage report -m
+ run: poetry run coverage run -m pytest
+ # poetry run coverage report -m
0 commit comments