-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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(python): Refactor utils/convert.py
module
#14739
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14739 +/- ##
=======================================
Coverage 81.06% 81.06%
=======================================
Files 1322 1322
Lines 171356 171355 -1
Branches 2461 2456 -5
=======================================
+ Hits 138904 138907 +3
+ Misses 31981 31979 -2
+ Partials 471 469 -2 ☔ View full report in Codecov by Sentry. |
4699706
to
e442b6b
Compare
e442b6b
to
78e65ee
Compare
Some renaming/reorganization. Also some very minor performance optimizations but none really worth mentioning. No functional changes.