googleapis / gax-ruby

Google API Extensions for Ruby
https://rubygems.org/gems/google-gax
BSD 3-Clause "New" or "Revised" License
20 stars 22 forks source link

Add longrunning API from gapic generated code #46

Closed swcloud closed 8 years ago

codecov-io commented 8 years ago

Current coverage is 99.23% (diff: 100%)

Merging #46 into master will decrease coverage by <.01%

@@             master        #46   diff @@
==========================================
  Files            10         10          
  Lines          1171       1170     -1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           1162       1161     -1   
  Misses            9          9          
  Partials          0          0          

Powered by Codecov. Last update e649ff7...cd678d2

jmuk commented 8 years ago

Oh, and you'd have to add dependency on googleapis-common-protos package.

swcloud commented 8 years ago

Added the dependency and fixed two rubocop offenses.