-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[confmap] support unmarshaling for embedded structs with and without squashing #9861
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9861 +/- ##
=======================================
Coverage 91.32% 91.32%
=======================================
Files 356 356
Lines 19169 19170 +1
=======================================
+ Hits 17506 17507 +1
Misses 1335 1335
Partials 328 328 ☔ 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.
LGTM, can you add a changelog?
Added a changelog. |
@atoulme can you fix the merge conflicts? |
7c96014
to
1182205
Compare
Done. |
This is taking a small slice of #9750 to document the behavior of confmap and make sure we can unmarshal embedded structs.