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

#1113 Fix broken parsing of camelCase oneof #1114

Merged
merged 1 commit into from Jan 19, 2020

Conversation

seanlaff
Copy link
Contributor

@seanlaff seanlaff commented Jan 18, 2020

Fixes #1113

@codecov-io
Copy link

Codecov Report

Merging #1114 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1114      +/-   ##
==========================================
+ Coverage   53.87%   53.88%   +0.01%     
==========================================
  Files          42       42              
  Lines        4165     4166       +1     
==========================================
+ Hits         2244     2245       +1     
  Misses       1677     1677              
  Partials      244      244
Impacted Files Coverage Δ
runtime/query.go 72% <100%> (+0.11%) ⬆️

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 0c6cfab...ecd386f. Read the comment docs.

@johanbrandhorst johanbrandhorst merged commit 29dafe9 into grpc-ecosystem:master Jan 19, 2020
@johanbrandhorst
Copy link
Collaborator

Thanks for your contribution!

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

Successfully merging this pull request may close these issues.

Gateway does not parse oneof types correctly when using camelCase
4 participants