Skip to content

Commit b7cff31

Browse files
committed
ignore coverage for imjoy specific utils
1 parent 4e498c4 commit b7cff31

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,8 @@ exclude = [
120120
]
121121

122122
[tool.coverage.report]
123-
omit = ["bioimageio/spec/pretty_validation_errors.py"]
123+
omit = [
124+
"bioimageio/spec/pretty_validation_errors.py",
125+
"bioimageio/spec/partner_utils/imjoy/*.py",
126+
]
124127
exclude_also = ["if TYPE_CHECKING:", "assert_never\\("]

0 commit comments

Comments
 (0)