test: enforce gate 2 coverage and vertical contracts

This commit is contained in:
Joseph Magly
2026-08-15 02:00:50 -04:00
parent dadd42648a
commit ba749c68b9
17 changed files with 2134 additions and 40 deletions
+4 -4
View File
@@ -13,11 +13,11 @@ from typing import Any
BASELINE_FLOORS = {
"repository_statement": 70.0,
"repository_branch": 55.0,
"repository_statement": 75.0,
"repository_branch": 60.0,
"changed_line": 90.0,
"mature_cpu_statement": 90.0,
"mature_cpu_branch": 78.0,
"mature_cpu_statement": 92.0,
"mature_cpu_branch": 80.0,
"mutation_score": 75.0,
"warning_budget": 0.0,
}