We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0bc0e commit 562c2d2Copy full SHA for 562c2d2
.github/workflows/test-coverage.yml
@@ -25,7 +25,7 @@ jobs:
25
pip install -r requirements.txt
26
pip install pytest pytest-cov
27
- name: Set PYTHONPATH
28
- run: echo "PYTHONPATH=$(pwd)" >> $GITHUB_ENV
+ run: echo "PYTHONPATH=$(pwd):$(pwd)/src" >> $GITHUB_ENV
29
- name: Run tests with coverage
30
run: pytest --cov=src --cov-report=xml --cov-fail-under=80
31
0 commit comments