We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec5fed commit 936da83Copy full SHA for 936da83
pyproject.toml
@@ -60,6 +60,8 @@ select = [
60
[tool.coverage.run]
61
# Enable branch coverage
62
branch = true
63
+# Only check coverage for source files
64
+include = ["cachesimulator/*.py"]
65
66
[tool.coverage.report]
67
# Regexes for lines to exclude from consideration
@@ -69,6 +71,3 @@ exclude_lines = [
69
71
"if __name__ == .__main__.:",
70
72
"pass",
73
]
-
-# Only check coverage for source files
74
-include = ["cachesimulator/*.py"]
0 commit comments