ci: shorten pull request test runs - #6056
Merged
Merged
Conversation
Contributor
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. Note Currently processing new changes in this PR. This may take a few minutes, please wait... ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (21)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
Deploying egg with
|
| Latest commit: |
ad50bde
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3c48805f.egg-cci.pages.dev |
| Branch Preview URL: | https://codex-ci-performance.egg-cci.pages.dev |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## next #6056 +/- ##
==========================================
+ Coverage 82.98% 83.30% +0.31%
==========================================
Files 732 732
Lines 22522 22523 +1
Branches 4536 4536
==========================================
+ Hits 18691 18763 +72
+ Misses 3318 3257 -61
+ Partials 513 503 -10 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Deploying egg-v3 with
|
| Latest commit: |
ad50bde
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7974d138.egg-v3.pages.dev |
| Branch Preview URL: | https://codex-ci-performance.egg-v3.pages.dev |
fengmk2
marked this pull request as ready for review
September 24, 2026 07:36
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.
Each pull request runs the full test suite on nine platform and Node.js combinations. Repeated test work and runner waits delay feedback.
Run Node.js
22,24, and26on Linux. Run Node.js24on macOS and Windows. Split the four slower combinations into two test groups. Keep all nine combinations for merge groups,nextpushes, manual runs, and PR runs with theci:fulllabel.The following table compares the measured GitHub Actions runs for ordinary PR feedback.
Elapsed time includes queue delays. Runner minutes exclude queue delays and the separate E2E workflow. The baseline had a CLI failure; all main-suite jobs passed. This is a single-run comparison, so queue delays and cache state can affect later results.
Use one exact Node.js version for coverage. Check that coverage groups contain every test file exactly once before merging their reports. Save durations, retries, and resolved worker settings as artifacts. Make
donereject failed, cancelled, missing, or unexpectedly skipped checks.Replace fixed schedule readiness waits with checks for the expected condition. Use available inspector ports and distinguish
--inspect-portfrom--inspectin the CLI.Update
codecov/codecov-actiontov5.5.5so uploads use the current signing-key endpoint.Summary by CodeRabbit
Bug Fixes
CI
Documentation