Closed blowmage closed 5 years ago
Merging #202 into master will increase coverage by
0.01%
. The diff coverage is0%
.
@@ Coverage Diff @@
## master #202 +/- ##
==========================================
+ Coverage 28.32% 28.33% +0.01%
==========================================
Files 44 44
Lines 2567 2566 -1
==========================================
Hits 727 727
+ Misses 1840 1839 -1
Impacted Files | Coverage Δ | |
---|---|---|
lib/google/gax/grpc/stub.rb | 29.16% <0%> (+1.16%) |
: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 feb51ed...88963e4. Read the comment docs.
Google Cloud supports
Signet::OAuth2::Client
as a credentials argument now. TheCredentials
class was originally intended to be a factory for creatingSignet::OAuth2::Client
objects, so it makes sense to support these objects.GAPIC Generator adds support for this class to the configuration in googleapis/gapic-generator-ruby#151.