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 ceb4660 commit 950f0b6Copy full SHA for 950f0b6
.coveragerc
pyproject.toml
@@ -115,6 +115,19 @@ version = { attr = "cve_bin_tool.version.VERSION" }
115
"sbom" = ["*.spdx", "*.json"]
116
"mismatch" = ["*.py"]
117
118
+[tool.coverage.run]
119
+source = ["cve_bin_tool", "test"]
120
+branch = true
121
+
122
+[tool.coverage.report]
123
+exclude_lines = [
124
+ "no cov",
125
+ "no qa",
126
+ "noqa",
127
+ "pragma: no cover",
128
+ "if __name__ == .__main__.:",
129
+]
130
131
[tool.isort]
132
profile = "black"
133
0 commit comments