Merged
Conversation
- Add subcommand (src/modules/pr_review.rs):
- Complexity Score: estimates PR review effort from lines added/removed,
files changed, and cyclomatic complexity via tree-sitter AST analysis
- New-code coverage gaps: cross-references diff added lines against
LCOV/Cobertura reports, fails when coverage < min threshold
- Output formats: text, JSON, SARIF 2.1.0
- GitHub Check Run annotations and PR summary comment (--annotate)
- Pipeline integration: as a valid greengate run step
- Add coverage.rs: parse_coverage_map() for per-line LCOV/Cobertura data
- Add [review] config section (min_new_code_coverage, complexity_budget)
- Add 5 integration tests for the review subcommand
- Add review step to CI workflow (pull_request events)
- Refactor README.md to a concise landing page (~130 lines); move all
detailed guides to the VitePress docs site (docs/)
- Add docs/commands/review.md (full command reference)
- Update docs/index.md, getting-started.md, ci-integration.md,
use-cases.md, config.md, run.md, output-formats.md with review coverage
- Add subcommand (src/modules/pr_review.rs):
- Complexity Score: estimates PR review effort from lines added/removed,
files changed, and cyclomatic complexity via tree-sitter AST analysis
- New-code coverage gaps: cross-references diff added lines against
LCOV/Cobertura reports, fails when coverage < min threshold
- Output formats: text, JSON, SARIF 2.1.0
- GitHub Check Run annotations and PR summary comment (--annotate)
- Pipeline integration: as a valid greengate run step
- Add coverage.rs: parse_coverage_map() for per-line LCOV/Cobertura data
- Add [review] config section (min_new_code_coverage, complexity_budget)
- Add 5 integration tests for the review subcommand
- Add review step to CI workflow (pull_request events)
- Refactor README.md to a concise landing page (~130 lines); move all
detailed guides to the VitePress docs site (docs/)
- Add docs/commands/review.md (full command reference)
- Update docs/index.md, getting-started.md, ci-integration.md,
use-cases.md, config.md, run.md, output-formats.md with review coverage
- Add subcommand (src/modules/pr_review.rs):
- Complexity Score: estimates PR review effort from lines added/removed,
files changed, and cyclomatic complexity via tree-sitter AST analysis
- New-code coverage gaps: cross-references diff added lines against
LCOV/Cobertura reports, fails when coverage < min threshold
- Output formats: text, JSON, SARIF 2.1.0
- GitHub Check Run annotations and PR summary comment (--annotate)
- Pipeline integration: as a valid greengate run step
- Add coverage.rs: parse_coverage_map() for per-line LCOV/Cobertura data
- Add [review] config section (min_new_code_coverage, complexity_budget)
- Add 5 integration tests for the review subcommand
- Add review step to CI workflow (pull_request events)
- Refactor README.md to a concise landing page (~130 lines); move all
detailed guides to the VitePress docs site (docs/)
- Add docs/commands/review.md (full command reference)
- Update docs/index.md, getting-started.md, ci-integration.md,
use-cases.md, config.md, run.md, output-formats.md with review coverage
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.
No description provided.