-
Notifications
You must be signed in to change notification settings - Fork 16
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
Change struct_id and struct_name to optional #795
Conversation
Add tests |
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.
In unit testing it's important to add assertions. It's also important to cover all the supported cases.
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.
Great! 1 last note
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #795 +/- ##
==========================================
+ Coverage 83.71% 83.81% +0.10%
==========================================
Files 105 105
Lines 12940 12977 +37
==========================================
+ Hits 10833 10877 +44
+ Misses 2107 2100 -7 ☔ View full report in Codecov by Sentry. |
I think all the changes are done, i do not see any pending action here. |
Changed AllenStructure attributes to optional
List which issues this resolves:
closes #772
Tasks