Reach 100% combined coverage with targeted unit tests.
Code Quality Pipeline / code-quality (pull_request) Failing after 29s
Test Python Package / integration-tests (pull_request) Successful in 35s
Test Python Package / unit-tests (pull_request) Successful in 42s
PR Title Check / check-title (pull_request) Successful in 52s
Test Python Package / coverage-report (pull_request) Successful in 12s

Add fast unit tests for lazy-import helpers and injected-client connect paths that integration tests miss, and raise the coverage floor to 100%.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Brian Bjarke Jensen
2026-07-07 21:01:03 +02:00
co-authored by Cursor
parent ce062be411
commit beb2b5128e
4 changed files with 107 additions and 1 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ markers = [
source = ["python_repositories"]
[tool.coverage.report]
fail_under = 90
fail_under = 100
show_missing = true
precision = 2