Add missing camel to snake conversion#698
Conversation
|
Thanks for the fix! And yeah, the camel and snake conversions are rather pervasive and it's a bit annoying. Perhaps with some refactoring we could eventually make those be a purely command-line thing and standardize one way or the other, but the root of the issue is in the protobuf library itself (in that |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #698 +/- ##
=======================================
Coverage 60.49% 60.49%
=======================================
Files 24 24
Lines 3782 3782
=======================================
Hits 2288 2288
Misses 1494 1494
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Before this patch:
There sure are a lot of 🐫 and 🐍 in this project.