uber / tchannel-java

A Java implementation of the TChannel protocol.
MIT License
134 stars 65 forks source link

Updates deprecated #176

Closed alshopov closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #176 into master will increase coverage by 0.14%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #176      +/-   ##
============================================
+ Coverage     72.82%   72.97%   +0.14%     
  Complexity        9        9              
============================================
  Files            87       87              
  Lines          2690     2690              
  Branches        226      226              
============================================
+ Hits           1959     1963       +4     
+ Misses          595      592       -3     
+ Partials        136      135       -1
Impacted Files Coverage Δ Complexity Δ
...e/src/main/java/com/uber/tchannel/api/TFuture.java 70% <ø> (ø) 0 <0> (ø) :arrow_down:
...java/com/uber/tchannel/handlers/RequestRouter.java 70.17% <ø> (+3.5%) 0 <0> (ø) :arrow_down:
...c/main/java/com/uber/tchannel/tracing/Tracing.java 72% <100%> (ø) 0 <0> (ø) :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 028e29d...d006316. Read the comment docs.