-
Notifications
You must be signed in to change notification settings - Fork 2.2k
fix: return dict and no structview #2692
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2692 +/- ##
==========================================
+ Coverage 89.36% 89.47% +0.10%
==========================================
Files 147 147
Lines 9109 9109
==========================================
+ Hits 8140 8150 +10
+ Misses 969 959 -10
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Latency summaryCurrent PR yields:
Breakdown
Backed by latency-tracking. Further commits will update this comment. |
53c9765
to
3f6e29d
Compare
3f6e29d
to
21c4f58
Compare
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!
* feat: add listview * fix: update issue test * feat: implement iterable dunder_get * fix: add equality check * fix: return dict and no structview (#2692) * test: add complex tags integration test * fix: fallback to proto sort if not valid interface (#2687) * fix: fix last test * fix: clarify types and naming
* feat: add listview * fix: update issue test * feat: implement iterable dunder_get * fix: add equality check * fix: return dict and no structview (#2692) * test: add complex tags integration test * fix: fallback to proto sort if not valid interface (#2687) * fix: fix last test * fix: clarify types and naming
* feat: add listview * fix: update issue test * feat: implement iterable dunder_get * fix: add equality check * fix: return dict and no structview (#2692) * test: add complex tags integration test * fix: fallback to proto sort if not valid interface (#2687) * fix: fix last test * fix: clarify types and naming
No description provided.