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 2ca55a9 commit 006a79bCopy full SHA for 006a79b
.github/workflows/main.yml
@@ -66,7 +66,7 @@ jobs:
66
python -m pip install .
67
- name: Run coverage
68
run: |
69
- coverage run --source=machinevisiontoolbox --omit 'machinevisiontoolbox/blocks/*' -m pytest
+ coverage run --source=machinevisiontoolbox -m pytest --ignore=machinevisiontoolbox/blocks
70
coverage report
71
coverage xml
72
- name: upload coverage to Codecov
0 commit comments