We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a9be5 commit cfbba08Copy full SHA for cfbba08
pyproject.toml
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
9
[tool.coverage.run]
10
branch = true
11
-omit = ["**/test_*.py"]
+omit = ["**/test_*.py", "**/__main__.py", "**/aliases.py"]
12
13
[tool.coverage.report]
14
omit = [
0 commit comments