Lower combined coverage floor from 95% to 90%.
PR Title Check / check-title (pull_request) Successful in 4s
Code Quality Pipeline / code-quality (pull_request) Successful in 24s
Test Python Package / unit-tests (pull_request) Successful in 36s
Test Python Package / integration-tests (pull_request) Successful in 48s
Test Python Package / coverage-report (pull_request) Successful in 12s

Update fail_under in pyproject.toml and the README to match.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Brian Bjarke Jensen
2026-07-07 20:39:08 +02:00
co-authored by Cursor
parent 5c8cd841b6
commit a381d45650
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ markers = [
source = ["python_repositories"]
[tool.coverage.report]
fail_under = 95
fail_under = 90
show_missing = true
precision = 2