Skip to content

Add Supercov - #15

Open
Nedomas wants to merge 1 commit into
hellogumbo:mainfrom
Nedomas:add-supercov
Open

Nedomas wants to merge 1 commit into
hellogumbo:mainfrom
Nedomas:add-supercov

Conversation

@Nedomas

@Nedomas Nedomas commented Sep 18, 2026

Copy link
Copy Markdown

Adds Supercov to the agents category. Only data/projects.json is touched — no regenerated README or site index — and stars is left at 0 for the refresh job. npm run validate passes: 491 entries valid.

Supercov is a CLI that coding agents run to find out what to fix and what to test. supercov quality asks Jev twelve named Noul questions about each source file in one request — god_class, long_method, deep_nesting and nine more — and the CLI itself composes the score, sets the bands, and orders the files. supercov quality patch asks 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.rs and the twelve questions are data in properties.json. MIT licensed, on npm and Homebrew. Coverage runs locally and needs no key.

Disclosure: I built and maintain Supercov.


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

Summary by CodeRabbit

  • New Features
    • Added Supercov to the project directory, including its website, repository, category, language, and description.

@coderabbitai

coderabbitai Bot commented Sep 18, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: d82a94a7-2596-438d-ae68-5d0040aa0ff2

📥 Commits

Reviewing files that changed from the base of the PR and between 6a836df and 2069696.

📒 Files selected for processing (1)
  • data/projects.json

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The project catalog now includes Supercov, a Rust-based code-quality and test-coverage tool for coding agents.

Changes

Project Catalog

Layer / File(s) Summary
Add Supercov project
data/projects.json
Adds Supercov with its repository, website, description, category, language, star count, and added date.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~2 minutes

Change: Other

Suggested reviewers: scald

Merge Risk: ⚪ Minimal · up to 20696

The catalog entry conforms to the documented validation contract and is ready to merge.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely identifies the main change: adding Supercov.
Description check ✅ Passed The description explains the project, its use of Jev, validation result, file scope, licensing, and author disclosure. It omits the template's explicit Project and Where Jev fits headings and checklis…
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create a new PR

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant