Skip to content

code coverage#124

Open
halibobo1205 wants to merge 20 commits intohalibobo1205:developfrom
bladehan1:feat/code_coverage
Open

code coverage#124
halibobo1205 wants to merge 20 commits intohalibobo1205:developfrom
bladehan1:feat/code_coverage

Conversation

@halibobo1205
Copy link
Copy Markdown
Owner

@halibobo1205 halibobo1205 commented Apr 7, 2026

User description

What does this PR do?

Why are these changes required?

This PR has been tested by:

  • Unit Tests
  • Manual Testing

Follow up

Extra details


CodeAnt-AI Description

Automate reviewer assignment and enforce PR coverage against the base branch

What Changed

  • PRs now assign reviewers from the title scope automatically, with fallback reviewers when no scope match is found.
  • Reviewer assignment skips PRs that already have reviewers and avoids assigning the PR author.
  • The old CODEOWNERS file was removed, so review ownership now follows the PR title scope instead of file paths.
  • Coverage checks now compare the pull request with the base branch, show both results, and fail when overall coverage drops by more than 0.1% or changed files fall below 60%.
  • The PR cancel workflow now handles missing run data safely, and the build workflow no longer runs an extra RocksDB test on macOS while separating coverage report generation from normal build checks.

Impact

✅ Faster reviewer assignment
✅ Fewer missed PR reviews
✅ Earlier coverage regressions caught

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

bladehan1 added 18 commits April 1, 2026 11:32
run jacocoTestReport once at root to execute all subprojects
upload all module jacoco xml files as a single artifact
build madrapps paths dynamically from downloaded xml files
Add pr-reviewer.yml that automatically assigns reviewers based on the
PR title scope (conventional commit format). Remove CODEOWNERS as it
is now superseded by the workflow-based approach.
Signed-off-by: bladehan1 <bladehan@163.com>
@codeant-ai
Copy link
Copy Markdown

codeant-ai bot commented Apr 7, 2026

CodeAnt AI is reviewing your PR.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@codeant-ai codeant-ai bot added the size:L This PR changes 100-499 lines, ignoring generated files label Apr 7, 2026
@codeant-ai
Copy link
Copy Markdown

codeant-ai bot commented Apr 7, 2026

CodeAnt AI finished reviewing your PR.

@codeant-ai
Copy link
Copy Markdown

codeant-ai bot commented Apr 8, 2026

CodeAnt AI is running Incremental review


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@codeant-ai codeant-ai bot added size:L This PR changes 100-499 lines, ignoring generated files and removed size:L This PR changes 100-499 lines, ignoring generated files labels Apr 8, 2026
@codeant-ai
Copy link
Copy Markdown

codeant-ai bot commented Apr 8, 2026

CodeAnt AI Incremental review completed.

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

Labels

size:L This PR changes 100-499 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants