Skip to content

Commit 135ade7

Browse files
committed
Exclude init files from coverage report
1 parent ad30b15 commit 135ade7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,6 @@ markers = [
110110
"integration: make API calls during testing (deselect with '-m \"not integration\"')",
111111
]
112112
addopts = "--cov=toggl_python --cov-fail-under=95"
113+
114+
[tool.coverage.run]
115+
omit =["__init__.py"]

0 commit comments

Comments
 (0)