Add tests for CLI entry point and scoring functionality; enhance service layer tests for similar units
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
+8
-1
@@ -51,4 +51,11 @@ asyncio_mode = "auto"
|
||||
[tool.mypy]
|
||||
python_version = "3.12"
|
||||
strict = true
|
||||
plugins = []
|
||||
plugins = []
|
||||
|
||||
[tool.coverage.run]
|
||||
branch = true
|
||||
omit = ["*/tests/*"]
|
||||
|
||||
[tool.coverage.report]
|
||||
fail_under = 100
|
||||
|
||||
Reference in New Issue
Block a user