googleapis / packman

Google API package creator
https://npmjs.com/package/googleapis-packman
Apache License 2.0
13 stars 18 forks source link

Allow protoc to be injected #98

Closed geigerj closed 8 years ago

geigerj commented 8 years ago

This allows packman to support languages like Python, where the official way of doing grpc codegen is through a Python wrapper around protoc.

Updates googleapis/gax-python#126

jmuk commented 8 years ago

LGTM as long as the test passes.

codecov-io commented 8 years ago

Current coverage is 88.78% (diff: 83.33%)

Merging #98 into master will increase coverage by 0.20%

@@             master        #98   diff @@
==========================================
  Files             3          3          
  Lines           718        722     +4   
  Methods         150        150          
  Messages          0          0          
  Branches        107        110     +3   
==========================================
+ Hits            636        641     +5   
+ Misses           82         81     -1   
  Partials          0          0          

Powered by Codecov. Last update aa3a73e...78c58a0