Skip to content

Commit 75fa85f

Browse files
committed
Use parallel settings
1 parent c4a959a commit 75fa85f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,13 +365,16 @@ branch = true
365365
omit = [
366366
"src/mock_vws/_flask_server/healthcheck.py",
367367
]
368+
parallel = true
369+
source = [ "src/", "tests/" ]
368370

369371
[tool.coverage.report]
370372

371373
exclude_also = [
372374
"if TYPE_CHECKING:",
373375
"class .*\\bProtocol\\):",
374376
]
377+
fail_under = 100
375378

376379
[tool.mypy]
377380

0 commit comments

Comments
 (0)