uber / tchannel-java

A Java implementation of the TChannel protocol.
MIT License
133 stars 67 forks source link

Bump netty library to 4.1.35. #208

Closed denyska closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #208 into master will increase coverage by 0.19%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #208      +/-   ##
============================================
+ Coverage     72.38%   72.56%   +0.19%     
  Complexity       10       10              
============================================
  Files            87       87              
  Lines          2679     2679              
  Branches        326      326              
============================================
+ Hits           1939     1944       +5     
+ Misses          514      512       -2     
+ Partials        226      223       -3
Impacted Files Coverage Δ Complexity Δ
...rc/main/java/com/uber/tchannel/api/SubChannel.java 77.88% <0%> (+0.96%) 0% <0%> (ø) :arrow_down:
...java/com/uber/tchannel/handlers/RequestRouter.java 76.15% <0%> (+3.67%) 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 59ba026...087dc0a. Read the comment docs.