-
Notifications
You must be signed in to change notification settings - Fork 368
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
fix: ensure feature segments are cloned correctly #2706
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uffizzi Preview |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2706 +/- ##
=======================================
Coverage 95.47% 95.47%
=======================================
Files 986 986
Lines 27709 27729 +20
=======================================
+ Hits 26454 26474 +20
Misses 1255 1255
☔ View full report in Codecov by Sentry. |
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.
Approved with optional comments
Changes
Currently feature segments are generated for the new environment... but not used at all. This PR ensures that feature segments are cloned correctly and used on the resultant feature states.
How did you test this code?
Updated / added unit tests.