Add CI-parity local coverage gate script#59
Conversation
Expose run-coverage-gate.sh so agent checkpoints can enforce the same 95% threshold as CI before push. Signed-off-by: Nathan Gillett <nathan@intentproof.io>
PR SummaryLow Risk Overview Reviewed by Cursor Bugbot for commit 67e96bc. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 44fcbfd. Configure here.
Prepend .venv/bin to PATH when using the local venv so check-coverage.sh finds coverage without shell activation. Signed-off-by: Nathan Gillett <nathan@intentproof.io>

Summary
scripts/run-coverage-gate.shmirroring the repository CI coverage job.Test plan
bash scripts/run-coverage-gate.shbash <planning>/scripts/run-quality-gates.sh .(coverage threshold gate)Review