Agent Ready Quick Test - #8089
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited), Organization UI (inherited) Review profile: ASSERTIVE Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8089 +/- ##
==========================================
- Coverage 65.24% 63.45% -1.79%
==========================================
Files 2648 2726 +78
Lines 81412 84166 +2754
Branches 20912 21427 +515
==========================================
+ Hits 53120 53411 +291
- Misses 28292 30755 +2463 see 96 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
The config file needs to be at .github/agentready-config.yaml, not in the workflows subdirectory. Also updates installation from npm to pip package and documents the config file usage.
Organizes AgentReady config in dedicated .github/agentready/ folder and fixes the workflow to correctly reference .github/agentready/config.yaml instead of the malformed .github/.github/workflows/ path.
The agentready CLI only supports excluded_attributes in the config file. Remove all other unsupported keys that were causing validation errors.
agentready 2.47.0 doesn't support type_annotations or precommit_hooks as valid attribute IDs. Using empty config instead.
agentready requires the config to be a dict, not just comments. Using empty excluded_attributes list.
Exclude type_annotations assessor - ODH Dashboard uses TypeScript project references with workspace-level strict configs, not root-level.
Description
How Has This Been Tested?
Test Impact
Request review criteria:
Self checklist (all need to be checked):
If you have UI changes:
After the PR is posted & before it merges:
main