Add Supercov - #15
Add Supercov#15Nedomas wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe project catalog now includes Supercov, a Rust-based code-quality and test-coverage tool for coding agents. ChangesProject Catalog
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Other Suggested reviewers: Merge Risk: ⚪ Minimal · up to The catalog entry conforms to the documented validation contract and is ready to merge. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Adds Supercov to the
agentscategory. Onlydata/projects.jsonis touched — no regenerated README or site index — andstarsis left at 0 for the refresh job.npm run validatepasses: 491 entries valid.Supercov is a CLI that coding agents run to find out what to fix and what to test.
supercov qualityasks Jev twelve named Noul questions about each source file in one request —god_class,long_method,deep_nestingand nine more — and the CLI itself composes the score, sets the bands, and orders the files.supercov quality patchasks the same twelve of the version before a change and the version after it, so CI can annotate what the change introduced.The request is in
quality.rsand the twelve questions are data inproperties.json. MIT licensed, on npm and Homebrew. Coverage runs locally and needs no key.Disclosure: I built and maintain Supercov.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Summary by CodeRabbit