fix(ci): resolve codecov coverage reporting and add UI package docs#597
Merged
JasonXuDeveloper merged 2 commits intomasterfrom Jan 29, 2026
Merged
fix(ci): resolve codecov coverage reporting and add UI package docs#597JasonXuDeveloper merged 2 commits intomasterfrom
JasonXuDeveloper merged 2 commits intomasterfrom
Conversation
- Remove overly aggressive ignore patterns in codecov.yml that filtered out coverage data from test directories and Editor code - Add UI flag to codecov.yml for tracking JEngine.UI package coverage - Add JEngine.UI package to README.md with coverage badge and features - Add JEngine.UI package to README_zh_cn.md with Chinese translations Co-Authored-By: Claude Opus 4.5 <[email protected]> Signed-off-by: JasonXuDeveloper - 傑 <[email protected]>
There was a problem hiding this comment.
Pull request overview
This PR fixes Codecov coverage reporting by removing overly restrictive ignore patterns and adds documentation for the JEngine.UI package.
Changes:
- Removed ignore patterns in
codecov.ymlthat were filtering out test directories and Editor code, which was causing "No coverage reports found" errors - Added
uiflag configuration tocodecov.ymlfor tracking JEngine.UI package coverage separately - Added JEngine.UI package documentation with coverage badges and feature descriptions to both English and Chinese README files
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| codecov.yml | Removed test/Editor ignore patterns that were preventing coverage upload; added UI package flag configuration |
| README.md | Added JEngine.UI package entry with coverage badge and feature descriptions |
| README_zh_cn.md | Added JEngine.UI package entry with coverage badge and feature descriptions (Chinese version) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Add pull_request_review trigger so auto-approve runs when Copilot finishes reviewing, even if it completes after check runs finish. Co-Authored-By: Claude Opus 4.5 <[email protected]> Signed-off-by: JasonXuDeveloper - 傑 <[email protected]>
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.
Summary
codecov.ymlthat filtered out coverage data from test directories and Editor code (was causing "No coverage reports found" issue)uiflag tocodecov.ymlfor tracking JEngine.UI package coverageTest plan
utilanduicoverage badges display correctly in README🤖 Generated with Claude Code