-
Notifications
You must be signed in to change notification settings - Fork 40
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
Refactor/split utils into submodules #628
Refactor/split utils into submodules #628
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #628 +/- ##
==========================================
+ Coverage 88.22% 88.41% +0.18%
==========================================
Files 33 42 +9
Lines 4527 4558 +31
==========================================
+ Hits 3994 4030 +36
+ Misses 533 528 -5 ☔ View full report in Codecov by Sentry. |
426c0a6
to
cfec653
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.
I didn't look too closely at the functions because I believe most of them have just been moved. Structure seems like a nice improvement.
cfec653
to
f577411
Compare
Related to #437.
Enables import time optimization.