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

PageEnumerable return Enumerator when not passing blocks #228

Closed blowmage closed 3 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #228 into master will decrease coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #228      +/-   ##
==========================================
- Coverage   98.28%   98.25%   -0.04%     
==========================================
  Files          23       23              
  Lines        2336     2352      +16     
==========================================
+ Hits         2296     2311      +15     
- Misses         40       41       +1
Impacted Files Coverage Δ
lib/google/gax/api_callable.rb 97.81% <100%> (+0.04%) :arrow_up:
spec/google/gax/paged_enumerable_spec.rb 100% <100%> (ø) :arrow_up:
spec/google/gax/bundling_spec.rb 99.71% <0%> (-0.29%) :arrow_down:
lib/google/gax/path_template.rb 100% <0%> (ø) :arrow_up:
spec/google/gax/path_template_spec.rb 100% <0%> (ø) :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 fb667b1...3491257. Read the comment docs.

dazuma commented 3 years ago

google-gax is no longer used in current client versions. Closing all PRs.