We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744250e commit d00d627Copy full SHA for d00d627
.github/workflows/python-package.yml
@@ -35,4 +35,4 @@ jobs:
35
- name: Unit tests and coverage
36
run: |
37
coverage run -m pytest .
38
- coverage report --fail-under=85
+ coverage report --omit="*/test*" --fail-under=85
0 commit comments