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 0b3bcca commit 866d7ccCopy full SHA for 866d7cc
.github/workflows/tests.yml
@@ -50,7 +50,7 @@ jobs:
50
pip install -r requirements/pytest.txt
51
- name: Test with pytest
52
run: |
53
- pytest
+ coverage run --source=. -m py.test
54
55
flake8:
56
runs-on: ubuntu-latest
0 commit comments