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 f376657 commit 1106003Copy full SHA for 1106003
.github/workflows/unit_test.yml
@@ -33,4 +33,4 @@ jobs:
33
- name: Test with pytest
34
run: |
35
pip install pytest pytest-cov
36
- python -m pytest --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
+ python -m pytest --doctest-modules --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html
0 commit comments