Skip to content

Commit 9a5da7c

Browse files
Ratcheting coverage thresholds
1 parent e0b6c8a commit 9a5da7c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

coverage-thresholds.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"_agent_pmo": "f481f8d",
33
"_doc": "Single source of truth for code coverage thresholds. See REPO-STANDARDS-SPEC [COVERAGE-THRESHOLDS-JSON]. Enforced by tools/check-coverage.mjs via `make test`. Ratchet UP only. Extended format (per-metric) overrides the spec's single default_threshold to enforce both line AND branch coverage per [COVERAGE-THRESHOLDS] (VS Code extension: 80% line / 70% branch — measured values here are well above).",
4-
"lines": 91.62,
5-
"functions": 93.3,
6-
"branches": 86.97,
7-
"statements": 91.62
4+
"lines": 92.11,
5+
"functions": 93.87,
6+
"branches": 87.33,
7+
"statements": 92.11
88
}

0 commit comments

Comments
 (0)