PL2-test-colocation-coverage · Validation
Test location discipline and coverage. a single test-location convention applies repo-wide (colocated with source, parallel-tree, or other), consistently applied so tests are predictably findable for humans and agents; coverage is enforced via global target *and* per-PR differential threshold
Where does your codebase stand?
Click a level to mark your current maturity. 0
Absent Your level
No coverage target; tests scattered across multiple conventions within a single repo
1
Nascent Your level
Coverage target set but location conventions inconsistent (mix of conventions within a single repo); differential coverage not enforced
2
Operational Your level
Single test-location convention enforced repo-wide (no exceptions); 95% global coverage met; **changed lines in each PR must also meet a differential coverage threshold** (e.g. 90% of new/modified lines covered); both global and differential gates enforced in CI; deviations block merge
3
Compounding Your level
Coverage gaps (both global and per-PR differential) trigger automated test-generation tasks; uncovered code paths flagged from production traces
← Previous PL2-hard-validation-gates Hard validation gates Next → PL2-test-quality Test quality verification