-
Notifications
You must be signed in to change notification settings - Fork 358
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
Gh-3326: Update Schema merge federated POC #3328
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3328 +/- ##
=============================================
+ Coverage 67.98% 68.01% +0.02%
Complexity 2596 2596
=============================================
Files 955 955
Lines 30531 30564 +33
Branches 3371 3376 +5
=============================================
+ Hits 20757 20787 +30
- Misses 8299 8302 +3
Partials 1475 1475 ☔ View full report in Codecov by Sentry. |
…ema-merge-federated-poc
|
Updates how schemas are merged to make them more robust to failure. Includes some minor related tweaks too.
Related issue