test(quality): promote internal app coverage to core gate

This commit is contained in:
phamnazage-jpg
2026-05-30 16:48:55 +08:00
parent 800096542b
commit 2a925e2954
2 changed files with 37 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
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/app core 70.0 HTTP control plane is now above 70 and must stay as a hard gate
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
1 # package tier min_coverage note
2 internal/access core 70.0 core access closure logic
3 internal/pack core 70.0 pack loading and validation
4 internal/provision core 70.0 provider import orchestration
5 internal/app watch core 69.5 70.0 large HTTP surface; keep explicit non-regression until more handler tests land HTTP control plane is now above 70 and must stay as a hard gate
6 internal/overlay watch 70.0 utility package should stay above a healthy baseline
7 internal/routing watch 70.0 route resolve and sticky runtime should not regress
8 internal/store/sqlite watch 75.0 sqlite repo layer is high leverage and should stay well-covered