Closed blowmage closed 5 years ago
Merging #162 into master will decrease coverage by
2.89%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #162 +/- ##
=========================================
- Coverage 98.66% 95.77% -2.9%
=========================================
Files 14 14
Lines 1127 1066 -61
=========================================
- Hits 1112 1021 -91
- Misses 15 45 +30
Impacted Files | Coverage Δ | |
---|---|---|
spec/google/gax/api_callable_spec.rb | 97.14% <ø> (-0.89%) |
:arrow_down: |
lib/google/gax/api_callable.rb | 61.17% <100%> (-35.53%) |
:arrow_down: |
lib/google/gax/settings.rb | 86.48% <100%> (-2.41%) |
:arrow_down: |
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 2230377...5c703fb. Read the comment docs.
Wrapping pagination responses in PagedEnumerable will happen in the GAPIC client instead of in GAX. Remove page_token from CallOptions.