-
Notifications
You must be signed in to change notification settings - Fork 96
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
[Quince backport] Sync with master #243
[Quince backport] Sync with master #243
Conversation
Co-authored-by: Brian Smith <[email protected]>
Co-authored-by: Mena Hassan <[email protected]>
There are multiple places where attributes of the object provided by `usePaintedDoorExperimentContext()` are assumed to exist. This provides default (null) values for those attributes when creating the context.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## open-release/quince.master #243 +/- ##
=============================================================
Coverage ? 96.36%
=============================================================
Files ? 194
Lines ? 1841
Branches ? 324
=============================================================
Hits ? 1774
Misses ? 62
Partials ? 5 ☔ View full report in Codecov by Sentry. |
@arbrandes I trust you can review and merge anything going into a stable release yourself so I'm not adding these to our board for review. |
ec2431b
to
231a188
Compare
Waiting for #237 to land before updating and merging. |
231a188
to
ad25abc
Compare
Actually, there were some JS config changes merged to master that I don't think we need, so I'll merge master from before those, and backport future fixes (such as #237) individually. |
Sync up
quince.master
with the latestmaster
. This is a new MFE for Quince, so we'll want all the latest fixes.