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 efc94f3 commit 8d40321Copy full SHA for 8d40321
.github/workflows/pytest_coverage.yaml
@@ -26,4 +26,4 @@ jobs:
26
27
- name: Run tests with coverage
28
run: |
29
- pytest --cov=. --cov-report=xml --cov-report=term
+ PYTHONPATH=. pytest --cov=. --cov-report=xml --cov-report=term
0 commit comments