-
Notifications
You must be signed in to change notification settings - Fork 758
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
[2201.8.x] Fix value conversion to union types with cyclic members #41936
[2201.8.x] Fix value conversion to union types with cyclic members #41936
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 2201.8.x #41936 +/- ##
===============================================
+ Coverage 0.00% 76.36% +76.36%
- Complexity 0 52570 +52570
===============================================
Files 9 2880 +2871
Lines 35 198795 +198760
Branches 0 25829 +25829
===============================================
+ Hits 0 151811 +151811
- Misses 35 38629 +38594
- Partials 0 8355 +8355 ☔ 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
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
Purpose
$title
Fixes #41930
Approach
Samples
Remarks
Check List