-
-
Notifications
You must be signed in to change notification settings - Fork 664
ci: fix test coverage for codecov #4520
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
base: main
Are you sure you want to change the base?
Conversation
183e8cf
to
ee0759f
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4520 +/- ##
=========================================
+ Coverage 0 92.95% +92.95%
=========================================
Files 0 105 +105
Lines 0 32871 +32871
=========================================
+ Hits 0 30554 +30554
- Misses 0 2317 +2317 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR aims to fix test coverage reporting for CodeCov by addressing issues with coverage file processing. The changes reorganize test execution order, improve coverage environment variable propagation, and consolidate cache-interceptor tests.
- Reorganizes GitHub Actions workflow test execution order for better coverage collection
- Adds NODE_V8_COVERAGE environment variable propagation to worker processes
- Consolidates sqlite-specific cache interceptor testing into main cache interceptor tests
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
test/cache-interceptor/cache-tests.mjs | Improves variable naming and adds coverage environment variable propagation to worker processes |
package.json | Consolidates sqlite cache interceptor test script with main cache interceptor tests |
.github/workflows/nodejs.yml | Reorganizes test execution order and consolidates cache interceptor tests with conditional sqlite support |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
CodeCov has some issues with processing the coverage files. Lets see...
This relates to...
Rationale
Changes
Features
Bug Fixes
Breaking Changes and Deprecations
Status