-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[mdatagen] Add validation for config serialization #12912
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
base: main
Are you sure you want to change the base?
[mdatagen] Add validation for config serialization #12912
Conversation
b11c31d
to
e08944e
Compare
Could you add tests? (and fix the failing CI checks) |
I don't think this change requires changelog. |
I think it does require a changelog entry. This changes the behavior of a public method in a public package. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12912 +/- ##
==========================================
+ Coverage 91.65% 91.67% +0.02%
==========================================
Files 499 499
Lines 27426 27450 +24
==========================================
+ Hits 25138 25166 +28
+ Misses 1809 1806 -3
+ Partials 479 478 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
83914a3
to
d299e9b
Compare
- run go mod tidy
- fix crosslink ci - fix unit test coverage
d299e9b
to
7efced9
Compare
I have completed all the changes from my end, and the implementation is now ready for review. It should pass all CI checks successfully. Thank you for your patience. |
Description
This unit test enhancement ensures that the configuration can be serialized correctly.
Link to tracking issue
Fixes #12906