-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add coverage data to MOC about CI-PR Coverage #19282
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #
What this PR does / why we need it:
Add the coverage data of the PR Coverage in the MOC and compare it with the coverage history record every time when PR Coverage process start.
PR Type
tests, enhancement
Description
entrypoint.yaml
file to support extended functionality.merge-update-moc.yaml
to update the MOC when a pull request is merged. This workflow is triggered on pull request closure for the main and version branches.Changes walkthrough 📝
entrypoint.yaml
Add database configuration environment variables
.github/workflows/entrypoint.yaml
EE_DB_ADDR
,EE_DB_PORT
,EE_DB_USER
,EE_DB_PASSWORD
, andEE_DB_DB
.merge-update-moc.yaml
Introduce workflow for MOC update on PR merge
.github/workflows/merge-update-moc.yaml