Skip to content

Commit d00d627

Browse files
committed
Omit tests in coverage report
1 parent 744250e commit d00d627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
- name: Unit tests and coverage
3636
run: |
3737
coverage run -m pytest .
38-
coverage report --fail-under=85
38+
coverage report --omit="*/test*" --fail-under=85

0 commit comments

Comments
 (0)