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

Pass nested enum values through properly when used as url parameters #1048

Conversation

mnito
Copy link
Contributor

@mnito mnito commented Sep 22, 2019

Template for generating code needed to handle the case of a nested proto that also references an enum value

Fixes #1017

Template for generating code needed to handle the case of a nested
proto that also references an enum value
@codecov-io
Copy link

Codecov Report

Merging #1048 into master will decrease coverage by 0.02%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1048      +/-   ##
==========================================
- Coverage   53.89%   53.86%   -0.03%     
==========================================
  Files          40       40              
  Lines        4125     4127       +2     
==========================================
  Hits         2223     2223              
- Misses       1659     1661       +2     
  Partials      243      243
Impacted Files Coverage Δ
protoc-gen-grpc-gateway/gengateway/template.go 65.65% <ø> (ø) ⬆️
examples/server/a_bit_of_everything.go 0% <0%> (ø) ⬆️

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 2dfdd97...b72c9b6. Read the comment docs.

Copy link
Collaborator

@johanbrandhorst johanbrandhorst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks for the comprehensive PR!

@johanbrandhorst johanbrandhorst merged commit 6527435 into grpc-ecosystem:master Sep 23, 2019
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.

Wrong codes generated when nested enum in path
4 participants