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

Fix PagedEnumerable use of ApiCall#call #182

Closed blowmage closed 5 years ago

blowmage commented 5 years ago

Bug fix for calling ApiCall in PagedEnumerable. Oops.

This is a prerequisite for googleapis/gapic-generator-ruby#119.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #182   +/-   ##
=====================================
  Coverage      99%    99%           
=====================================
  Files          29     29           
  Lines        1502   1502           
=====================================
  Hits         1487   1487           
  Misses         15     15
Impacted Files Coverage Δ
lib/google/gax/paged_enumerable.rb 96% <100%> (ø) :arrow_up:

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 7c0aceb...4abe4b2. Read the comment docs.