-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: support to struct datatype #26
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #26 +/- ##
==========================================
- Coverage 79.35% 76.42% -2.93%
==========================================
Files 29 32 +3
Lines 2499 3211 +712
==========================================
+ Hits 1983 2454 +471
- Misses 516 757 +241
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
546e96a
to
38d5d89
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.
Looks good 👍
Lots of changes but we can probably focus on getting functionality in first before then optimizing/refactoring later
Update changelog
feat: support to struct datatype
Support to struct datatype
#14