-
Notifications
You must be signed in to change notification settings - Fork 32
π¨ improve DB foreign key dependencies (ποΈ) #6428
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
π¨ improve DB foreign key dependencies (ποΈ) #6428
Conversation
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## master #6428 +/- ##
=========================================
+ Coverage 84.5% 89.2% +4.6%
=========================================
Files 10 1299 +1289
Lines 214 54675 +54461
Branches 25 943 +918
=========================================
+ Hits 181 48802 +48621
- Misses 23 5724 +5701
- Partials 10 149 +139
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Cool, let's do these cleanups on step at a time
NOTE: on doc, let's try to add some non-redundant info. I would like to feed these schemas to an LLM and this doc would be more valuable if they describe something that is not already defined in the schema
|
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.
πͺ
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.
There is quite some code duplication in the tests, I wonder if a common fixture would have not been better.



What do these changes do?
Related issue/s
How to test
Dev-ops checklist