-
Notifications
You must be signed in to change notification settings - Fork 354
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-3351: Better GetWalks support on federated POC #3352
Gh-3351: Better GetWalks support on federated POC #3352
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3352 +/- ##
=============================================
+ Coverage 68.04% 68.08% +0.04%
Complexity 2596 2596
=============================================
Files 957 957
Lines 30662 30670 +8
Branches 3398 3399 +1
=============================================
+ Hits 20863 20881 +18
+ Misses 8314 8304 -10
Partials 1485 1485 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
Fixes a few issues for
GetWalks
when running on new federated POC along with some general bug fixes for it too.Main changes:
GetWalks.flatten()
no longer gives all the operations get walks will run as this removes all the information about the operation can can be very misleading in an operation chain.OperationChainHandler
can now apply all operation options on the top level chain to all child operations.GetWalks
as it did not treat anallEdges: true
as a valid hop.Related issue