Skip to content
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

Port UnderscoresToCamelCase logic from protobuf java compiler #118

Closed
wants to merge 1 commit into from
Closed

Port UnderscoresToCamelCase logic from protobuf java compiler #118

wants to merge 1 commit into from

Conversation

hpuac
Copy link

@hpuac hpuac commented Dec 18, 2020

In some edge cases the generated names did not match the java names.
This fixes issue #115

In some edge cases the generated names did not match the java names.
This fixes issue #115
@codecov
Copy link

codecov bot commented Dec 18, 2020

Codecov Report

Merging #118 (0573465) into master (2b0b447) will decrease coverage by 1.35%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #118      +/-   ##
============================================
- Coverage     88.61%   87.26%   -1.36%     
  Complexity       21       21              
============================================
  Files            16       16              
  Lines           369      369              
  Branches         50       50              
============================================
- Hits            327      322       -5     
- Misses           25       26       +1     
- Partials         17       21       +4     
Impacted Files Coverage Δ Complexity Δ
...oferrer/krotoplus/coroutines/server/ServerCalls.kt 87.20% <0.00%> (-3.49%) 0.00% <0.00%> (ø%)
...rcoferrer/krotoplus/coroutines/call/FlowControl.kt 72.91% <0.00%> (-2.09%) 0.00% <0.00%> (ø%)
...oferrer/krotoplus/coroutines/client/ClientCalls.kt 89.09% <0.00%> (-1.82%) 0.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2b0b447...0573465. Read the comment docs.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants