Skip to content

Commit 006a79b

Browse files
committed
ignore block tests when doing coverage, it will fail due to lack of bdsim
1 parent 2ca55a9 commit 006a79b

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
@@ -66,7 +66,7 @@ jobs:
6666
python -m pip install .
6767
- name: Run coverage
6868
run: |
69-
coverage run --source=machinevisiontoolbox --omit 'machinevisiontoolbox/blocks/*' -m pytest
69+
coverage run --source=machinevisiontoolbox -m pytest --ignore=machinevisiontoolbox/blocks
7070
coverage report
7171
coverage xml
7272
- name: upload coverage to Codecov

0 commit comments

Comments
 (0)