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.
2 parents be36149 + 1b0af26 commit 1c50bb2Copy full SHA for 1c50bb2
.github/workflows/windows-ci.yml
@@ -46,4 +46,6 @@ jobs:
46
47
- name: "Run tests"
48
run: |
49
- pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests tests/ --cov-report=xml
+ # We run tests against "." and not the tests directory as we test the README
50
+ # and documentation.
51
+ pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests . --cov-report=xml
0 commit comments