Skip to content

Commit b5d9a5c

Browse files
committed
remove blocks from test
1 parent cdb7cbe commit b5d9a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
python -m pip install .
6868
- name: Run coverage
6969
run: |
70-
coverage run --source=machinevisiontoolbox -m pytest
70+
coverage run --source=machinevisiontoolbox --omit 'machinevisiontoolbox/blocks/*' -m pytest
7171
coverage report
7272
coverage xml
7373
- name: upload coverage to Codecov

0 commit comments

Comments
 (0)