feat(testing): add unified quality gates and coverage baseline
This commit is contained in:
8
tests/quality/coverage_thresholds.tsv
Normal file
8
tests/quality/coverage_thresholds.tsv
Normal file
@@ -0,0 +1,8 @@
|
||||
# package tier min_coverage note
|
||||
internal/access core 70.0 core access closure logic
|
||||
internal/pack core 70.0 pack loading and validation
|
||||
internal/provision core 70.0 provider import orchestration
|
||||
internal/app watch 69.5 large HTTP surface; keep explicit non-regression until more handler tests land
|
||||
internal/overlay watch 70.0 utility package should stay above a healthy baseline
|
||||
internal/routing watch 70.0 route resolve and sticky runtime should not regress
|
||||
internal/store/sqlite watch 75.0 sqlite repo layer is high leverage and should stay well-covered
|
||||
|
Reference in New Issue
Block a user