Skip to content

Commit 5525181

Browse files
committed
add omit to report section
1 parent c6c64e2 commit 5525181

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,13 @@ omit = [
107107
"fractal_tasks_core/dev/*",
108108
"*/.venv/*"]
109109

110+
[tool.coverage.report]
111+
omit = [
112+
"tests/*",
113+
"examples/*",
114+
"fractal_tasks_core/dev/*",
115+
"*/.venv/*"]
116+
110117
[tool.bumpver]
111118
current_version = "1.4.0"
112119
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"

0 commit comments

Comments
 (0)