-
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
fix: improve name generation for prisma types #849
Conversation
172914a
to
6b9e63a
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.
Just noticed, I'm actually using the snek case format for generated names in the other PR while the new names in this PR seem to be Pascal case. How should we proceed?
I will switch to snake case.... |
# Conflicts: # .ghjk/lock.json # ghjk.ts
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #849 +/- ##
=======================================
Coverage 77.04% 77.04%
=======================================
Files 147 147
Lines 17226 17226
Branches 1697 1697
=======================================
Hits 13271 13271
Misses 3936 3936
Partials 19 19 ☔ View full report in Codecov by Sentry. |
Solve MET-657
Migration notes
...