Closed denyska closed 4 years ago
Merging #221 into master will increase coverage by
0.31%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #221 +/- ##
============================================
+ Coverage 74.29% 74.60% +0.31%
Complexity 11 11
============================================
Files 88 88
Lines 2898 2902 +4
Branches 370 370
============================================
+ Hits 2153 2165 +12
+ Misses 515 510 -5
+ Partials 230 227 -3
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...e/src/main/java/com/uber/tchannel/api/TFuture.java | 76.92% <100.00%> (+1.92%) |
0.00 <0.00> (ø) |
|
...java/com/uber/tchannel/handlers/RequestRouter.java | 78.38% <0.00%> (+1.80%) |
0.00% <0.00%> (ø%) |
|
...java/com/uber/tchannel/messages/ErrorResponse.java | 88.24% <0.00%> (+5.88%) |
0.00% <0.00%> (ø%) |
|
...m/uber/tchannel/hyperbahn/api/HyperbahnClient.java | 63.86% <0.00%> (+6.02%) |
8.00% <0.00%> (ø%) |
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 3a37ad6...cceb6d1. Read the comment docs.
LGTM 👍
Make code resilient when
Tfuture.get()
called directly and not thru the listener, i.e.