-
Notifications
You must be signed in to change notification settings - Fork 851
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
Adding model as suffix to generated classes. #6721
Adding model as suffix to generated classes. #6721
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6721 +/- ##
============================================
- Coverage 90.11% 90.08% -0.03%
+ Complexity 6392 6390 -2
============================================
Files 711 711
Lines 19333 19333
Branches 1891 1891
============================================
- Hits 17421 17417 -4
- Misses 1333 1335 +2
- Partials 579 581 +2 ☔ 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.
LGTM thanks for picking this up!
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.
Thanks!
This Change
We are adding model as suffix to all the generated classes. This pr resolves 6676