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 78dd3ef commit 161dfd5Copy full SHA for 161dfd5
.github/workflows/pull-request-checks.yml
@@ -73,7 +73,7 @@ jobs:
73
cache: 'pip'
74
75
- name: Install the requirements
76
- run: pip install -r requirements.txt && pip install pytest pytest-cov coverage-badge
+ run: pip install -r requirements.txt && pip install pytest-cov coverage-badge
77
78
- name: Generate the coverage report
79
run: export PYTHONPATH=$PWD && pytest --junitxml=pytest.xml --cov=. tests/unittests | tee pytest-coverage.txt
0 commit comments