Conversation
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="README_SOURCE.md">
<violation number="1" location="README_SOURCE.md:177">
P3: The description is marketing-toned rather than neutral: "so the agent knows what to fix first" is a benefit claim, and "Jev" is an unexplained product name, unlike sibling entries that state factual capabilities. Rephrase to state what Supercov does — e.g., measuring line, branch, and MC/DC coverage of Java and Kotlin test runs without modifying the build.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
| - [OpenClover](https://github.com/openclover/clover) - Measures Java code coverage through source-code instrumentation, with build-tool and IDE integrations. | ||
| - [Delta Coverage](https://github.com/gw-kit/delta-coverage-plugin) - Computes code coverage of new and modified code based on a provided diff, supporting JaCoCo and IntelliJ coverage engines. | ||
| - [JaCoCo](https://github.com/jacoco/jacoco) - Framework that enables collection of code coverage metrics, using both offline and runtime bytecode instrumentation. | ||
| - [Supercov](https://github.com/supercorp-ai/supercov) - Code quality and test coverage for coding agents: Jev scores each source file so the agent knows what to fix first. |
There was a problem hiding this comment.
P3: The description is marketing-toned rather than neutral: "so the agent knows what to fix first" is a benefit claim, and "Jev" is an unexplained product name, unlike sibling entries that state factual capabilities. Rephrase to state what Supercov does — e.g., measuring line, branch, and MC/DC coverage of Java and Kotlin test runs without modifying the build.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README_SOURCE.md, line 177:
<comment>The description is marketing-toned rather than neutral: "so the agent knows what to fix first" is a benefit claim, and "Jev" is an unexplained product name, unlike sibling entries that state factual capabilities. Rephrase to state what Supercov does — e.g., measuring line, branch, and MC/DC coverage of Java and Kotlin test runs without modifying the build.</comment>
<file context>
@@ -174,6 +174,7 @@ _Frameworks and tools that enable code coverage metrics collection for test suit
- [OpenClover](https://github.com/openclover/clover) - Measures Java code coverage through source-code instrumentation, with build-tool and IDE integrations.
- [Delta Coverage](https://github.com/gw-kit/delta-coverage-plugin) - Computes code coverage of new and modified code based on a provided diff, supporting JaCoCo and IntelliJ coverage engines.
- [JaCoCo](https://github.com/jacoco/jacoco) - Framework that enables collection of code coverage metrics, using both offline and runtime bytecode instrumentation.
+- [Supercov](https://github.com/supercorp-ai/supercov) - Code quality and test coverage for coding agents: Jev scores each source file so the agent knows what to fix first.
### Code Formatting
</file context>
Suggested change
| - [Supercov](https://github.com/supercorp-ai/supercov) - Code quality and test coverage for coding agents: Jev scores each source file so the agent knows what to fix first. | |
| - [Supercov](https://github.com/supercorp-ai/supercov) - Measures line, branch and MC/DC coverage of Java and Kotlin test runs without modifying the build. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Suggestion type
Adds Supercov under Code Coverage in
README_SOURCE.md.Supercov measures line, branch and MC/DC coverage of Java and Kotlin test runs (
supercov -- mvn test,supercov -- ./gradlew test) without changing the build, and scores source files for code quality with TypeSafe Jev so a coding agent knows what to fix first. Java guide: https://supercov.com/docs/java. MIT licensed.Checklist
README_SOURCE.md, not the generatedREADME.md.Disclosure: I maintain Supercov (Supercorp). It is free, open source and MIT licensed; the quality half calls TypeSafe Jev under the user's own key, the coverage half needs no account. Prepared with AI assistance and reviewed by me.
Summary by cubic
Adds Supercov to the Code Coverage section of
README_SOURCE.md; it measures line, branch, and MC/DC coverage of Java and Kotlin test runs without changing the build and scores source files with Jev so coding agents know what to fix first. The generatedREADME.mdis not updated.Written for commit f53878b. Summary will update on new commits.