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 c965755 commit 7b19367Copy full SHA for 7b19367
.github/workflows/pytest.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Test with pytest
23
run: |
24
pip install pytest pytest-cov
25
- pytest --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
+ pytest tests/ --cov --cov-report=xml --cov-report=html
26
27
format:
28
runs-on: ubuntu-latest
0 commit comments