Skip to content

Commit 1a0f0ad

Browse files
committed
Omit tests folder and exclude func
1 parent 00752b1 commit 1a0f0ad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

+9
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,12 @@ fallback_version = "0.0.0"
5555
[tool.mypy]
5656
show_error_codes = true
5757
show_column_numbers = true
58+
59+
[tool.coverage.run]
60+
omit = ["tests/*"]
61+
62+
[tool.coverage.report]
63+
exclude_also = [
64+
"__name__",
65+
"FileNotFoundError"
66+
]

0 commit comments

Comments
 (0)