Skip to content

Commit 5a3d9c1

Browse files
committed
adding exclusion
1 parent a1be09b commit 5a3d9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ quote-style = "single"
9595

9696
[tool.coverage.run]
9797
source = [ "dsg_lib",]
98-
omit = [ "setup.py", "_venv/*", "tests/*", "examples/*","ex.py"]
98+
omit = [ "setup.py", "_venv/*", "tests/*", "examples/*","ex.py","ex_*.py"]
9999

100100
[tool.coverage.report]
101101
exclude_lines = [ "pragma: no cover", "if __name__", "def main", "import_sqlalchemy",]

0 commit comments

Comments
 (0)