Skip to content

Commit 65abebf

Browse files
committed
fix(tests): adapt coverage config.
1 parent e64f1ef commit 65abebf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,20 @@ norecursedirs = """
152152
tests/integration
153153
"""
154154

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+
source = ["unblob", "tests"]
164+
165+
[tool.coverage.report]
166+
skip_covered = true
167+
fail_under = 90
168+
155169
[tool.vulture]
156170
paths = ["unblob/", "vulture_whitelist.py" ]
157171
exclude = ["unblob/testing.py"]

0 commit comments

Comments
 (0)