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 09a98c8 commit cdb7cbeCopy full SHA for cdb7cbe
.github/workflows/main.yml
@@ -67,12 +67,9 @@ jobs:
67
python -m pip install .
68
- name: Run coverage
69
run: |
70
- coverage run --omit='tests/*.py,tests/base/*.py' -m pytest
71
- find . -name "config-3.*"
72
- echo "coverage done"
+ coverage run --source=machinevisiontoolbox -m pytest
73
coverage report
74
- echo "report done"
75
- coverage xml -i
+ coverage xml
76
- name: upload coverage to Codecov
77
uses: codecov/codecov-action@v3
78
with:
0 commit comments