Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 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: |
2f967a4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3f2377af.egg-cci.pages.dev |
| Branch Preview URL: | https://agent-egg-dev-fa13d700.egg-cci.pages.dev |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## next #5901 +/- ##
=======================================
Coverage 85.51% 85.51%
=======================================
Files 662 662
Lines 18876 18876
Branches 3662 3662
=======================================
Hits 16142 16142
Misses 2361 2361
Partials 373 373 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Code Review
This pull request modifies the manifest generation process to skip application beforeClose hooks by removing the app.close() call and exiting the process directly. This change ensures that metadata-only subprocesses do not attempt to execute cleanup logic that may rely on a full runtime state. A comprehensive test suite and fixtures have been added to verify this behavior. I have no feedback to provide.
Deploying egg-v3 with
|
| Latest commit: |
2f967a4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9e096b54.egg-v3.pages.dev |
| Branch Preview URL: | https://agent-egg-dev-fa13d700.egg-v3.pages.dev |
|
Superseded by #5904. Rebuilt this as a smaller core-level fix on top of current next so the metadataOnly close behavior is addressed in one place. |
Summary
Tests
Refs EGG-18.