Closed blowmage closed 5 years ago
Merging #225 into master will increase coverage by
0.04%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #225 +/- ##
==========================================
+ Coverage 98.23% 98.28% +0.04%
==========================================
Files 23 23
Lines 2328 2336 +8
==========================================
+ Hits 2287 2296 +9
+ Misses 41 40 -1
Impacted Files | Coverage Δ | |
---|---|---|
lib/google/gax/path_template.rb | 100% <100%> (ø) |
:arrow_up: |
spec/google/gax/path_template_spec.rb | 100% <100%> (ø) |
:arrow_up: |
spec/google/gax/bundling_spec.rb | 100% <0%> (+0.28%) |
: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 9a913fa...09de4e5. Read the comment docs.
This is related to googleapis/google-cloud-ruby#4291
This change allows spaces to be present in the bindings passed to
PathTemplate#render
.