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