Skip to content

Commit cfbba08

Browse files
committed
Added files for coverage to ignore
- __main__.py - aliases.py
1 parent 34a9be5 commit cfbba08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[tool.coverage.run]
1010
branch = true
11-
omit = ["**/test_*.py"]
11+
omit = ["**/test_*.py", "**/__main__.py", "**/aliases.py"]
1212

1313
[tool.coverage.report]
1414
omit = [

0 commit comments

Comments
 (0)