Skip to content

Dev#10

Merged
akosidencio merged 3 commits intomainfrom
dev
Mar 14, 2026
Merged

Dev#10
akosidencio merged 3 commits intomainfrom
dev

Conversation

@akosidencio
Copy link
Copy Markdown
Contributor

No description provided.

- 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
@akosidencio akosidencio merged commit cc6f84a into main Mar 14, 2026
7 checks passed
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