ci: expand and raise mutation gate

This commit is contained in:
Joseph Magly
2026-08-14 22:09:25 -04:00
parent c14efe8aca
commit 7d0c02cd34
5 changed files with 8 additions and 6 deletions
+3 -3
View File
@@ -66,13 +66,13 @@ def test_policy_and_exact_mature_floors_pass():
def test_floor_regression_requires_structured_reviewed_exception():
policy = _policy()
policy["minimums"]["mutation_score"] = 69
policy["minimums"]["mutation_score"] = 74
assert quality.validate_policy(policy) == [
"quality minimum mutation_score cannot move below 70 without an explicit reviewed exception",
"quality minimum mutation_score cannot move below 75 without an explicit reviewed exception",
]
policy["threshold_exceptions"] = [{
"threshold": "mutation_score",
"new_value": 69,
"new_value": 74,
"reason": "Temporary tool regression",
"approved_issue": "https://github.com/elder-plinius/OBLITERATUS/issues/999",
"expires": "2026-09-01",