Closed blowmage closed 5 years ago
Merging #194 into master will decrease coverage by
0.65%
. The diff coverage is95.85%
.
@@ Coverage Diff @@
## master #194 +/- ##
==========================================
- Coverage 98.83% 98.18% -0.66%
==========================================
Files 32 34 +2
Lines 1547 1980 +433
==========================================
+ Hits 1529 1944 +415
- Misses 18 36 +18
Impacted Files | Coverage Δ | |
---|---|---|
test/google/gax/configuration_test.rb | 100% <100%> (ø) |
|
lib/google/gax.rb | 100% <100%> (ø) |
:arrow_up: |
lib/google/gax/configuration.rb | 89.88% <89.88%> (ø) |
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 9724c58...64ce8de. Read the comment docs.
This PR adds
Google::Gax::Configuration
which will be used to configure the Client defaults. This will allow users to configure the behavior of API client, by both configuring the defaults on the global level as well as configuring the defaults on the client instance object level.[refs #188]