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 78d5ec8 commit 38b22fbCopy full SHA for 38b22fb
.github/workflows/build_tests.yml
@@ -40,7 +40,7 @@ jobs:
40
pip install pytest pytest-cov
41
- name: Run tests
42
run: |
43
- python -m pytest --durations=20 -v test/ ot/ --doctest-modules --color=yes --cov-report=xml
+ python -m pytest --durations=20 -v test/ ot/ --doctest-modules --color=yes --cov=./ --cov-report=xml
44
- name: Upload coverage reports to Codecov with GitHub Action
45
uses: codecov/codecov-action@v3
46
0 commit comments