test: close frontend production coverage gaps - #155
Conversation
|
Warning Review limit reached
Next review available in: 30 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Purpose
Use the exact-head coverage diagnostic from #152 to close the remaining currently-observed frontend production coverage gaps without weakening thresholds or excluding production modules.
Exact protected-main base at branch creation:
7a86b3dae0c941bc59edfde146c9d7498a0c75a0.The #152 exact-head diagnostic at
ca487aecd18a11e310f2c0b8fbe452cf9eeabbf9reported only two frontend files with uncovered lines/branches:src/lib/cloudReviewQueue.tsandsrc/routes/+layout.ts. This PR adds focused behavior tests only; it does not change production code, coverage thresholds, workflow policy, or #152's coverage-control ownership.Coverage closure
Evidence discipline
The #152 diagnostic is RED evidence, not success evidence. This PR must pass its own exact-head Test/Release/security/SAST checks first. After integration, #152 must be refreshed/rebuilt from the new protected main and independently prove the expanded all-production frontend coverage gate; predecessor #152 evidence does not transfer across the new base.