We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64f1ef commit 65abebfCopy full SHA for 65abebf
pyproject.toml
@@ -152,6 +152,20 @@ norecursedirs = """
152
tests/integration
153
"""
154
155
+[tool.coverage.paths]
156
+source = ["unblob", "tests"]
157
+
158
+[tool.coverage.run]
159
+branch = true
160
+parallel = true
161
+sigterm = true
162
+concurrency = ["multiprocessing"]
163
164
165
+[tool.coverage.report]
166
+skip_covered = true
167
+fail_under = 90
168
169
[tool.vulture]
170
paths = ["unblob/", "vulture_whitelist.py" ]
171
exclude = ["unblob/testing.py"]
0 commit comments