-
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-3308: Specify merge classes federated POC #3311
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3311 +/- ##
=============================================
+ Coverage 67.82% 67.84% +0.02%
- Complexity 2594 2595 +1
=============================================
Files 951 951
Lines 30353 30366 +13
Branches 3344 3347 +3
=============================================
+ Hits 20586 20601 +15
Misses 8297 8297
+ Partials 1470 1468 -2 ☔ View full report in Codecov by Sentry. |
|
Please retry analysis of this Pull-Request directly on SonarCloud |
Adds ability to set the merge classes via the operation options using the same property keys as you would through the store properties.
This also added merge configuration for Map types along with, ability to add an exception list of graphs so a user can specify to run on all graphs except a defined list (this is the feature from #3224).
Related issue