Skip to content

Conversation

@lukesneeringer
Copy link
Contributor

This allows us to translate between the actual proto package and the desired Python module when automatic inference does the wrong thing (e.g. think google.spanner.v1 -> google.cloud.spanner_v1).

@codecov
Copy link

codecov bot commented May 23, 2019

Codecov Report

Merging #126 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #126   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          18     18           
  Lines         764    772    +8     
  Branches      164    168    +4     
=====================================
+ Hits          764    772    +8
Impacted Files Coverage Δ
gapic/schema/api.py 100% <100%> (ø) ⬆️
gapic/generator/options.py 100% <100%> (ø) ⬆️
gapic/schema/naming.py 100% <100%> (ø) ⬆️

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 9dc56ac...47a8821. Read the comment docs.

@lukesneeringer lukesneeringer merged commit d01e0d1 into master May 26, 2019
@lukesneeringer lukesneeringer deleted the package-cli branch May 26, 2019 17:26
lukesneeringer pushed a commit that referenced this pull request May 28, 2019
This is a follow-up to #126, where I added a CLI
option, but neglected to update the Docker
entrypoint script to actually pass it on to the
generator, making the option useless when using
Docker (the common case for now).

This updates the script to be more robust, and
check the prefix rather than an index of every
known option.
lukesneeringer pushed a commit that referenced this pull request May 28, 2019
This is a follow-up to #126, where I added a CLI
option, but neglected to update the Docker
entrypoint script to actually pass it on to the
generator, making the option useless when using
Docker (the common case for now).

This updates the script to be more robust, and
check the prefix rather than an index of every
known option.
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