-
Notifications
You must be signed in to change notification settings - Fork 970
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
fix(share/getters)!: return nil shares from all getters in non-inclusion case #3454
fix(share/getters)!: return nil shares from all getters in non-inclusion case #3454
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3454 +/- ##
==========================================
- Coverage 44.83% 44.52% -0.31%
==========================================
Files 265 273 +8
Lines 14620 15346 +726
==========================================
+ Hits 6555 6833 +278
- Misses 7313 7719 +406
- Partials 752 794 +42 ☔ 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.
SGTM
Technically breaking, so let's mark it as so. |
Make return of shares consistent accross tall getter, when encountering non-inclusion case
Improves unnecessary allocations of empty slice.
Resolves #3448