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 generics issue #1345 #1349
Fix generics issue #1345 #1349
Conversation
Codecov ReportBase: 95.65% // Head: 95.68% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1349 +/- ##
==========================================
+ Coverage 95.65% 95.68% +0.02%
==========================================
Files 14 14
Lines 2875 2894 +19
==========================================
+ Hits 2750 2769 +19
Misses 70 70
Partials 55 55
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
|
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
Describe the PR
fix generic bug: a struct field with complex generic type.
for example:
Relation issue
#1345