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: Honor per-call timeout overrides from client configs #219

Closed dazuma closed 5 years ago

dazuma commented 5 years ago

Fixes #218

blowmage commented 5 years ago

Rubocop is failing...

codecov[bot] commented 5 years ago

Codecov Report

Merging #219 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #219      +/-   ##
=========================================
+ Coverage   98.19%   98.2%   +<.01%     
=========================================
  Files          22      22              
  Lines        2276    2287      +11     
=========================================
+ Hits         2235    2246      +11     
  Misses         41      41
Impacted Files Coverage Δ
spec/google/gax/settings_spec.rb 100% <100%> (ø) :arrow_up:
lib/google/gax/settings.rb 99.13% <100%> (+0.03%) :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 3b83ec9...7a0a98c. Read the comment docs.