uber / tchannel-java

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

updated meta.thrift #187

Closed josephykwang closed 7 years ago

josephykwang commented 7 years ago

update meta.thrift.

CLAassistant commented 7 years ago

CLA assistant check
All committers have signed the CLA.

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #187      +/-   ##
===========================================
+ Coverage     70.98%   71.1%   +0.11%     
  Complexity       10      10              
===========================================
  Files            87      87              
  Lines          2630    2630              
  Branches        311     311              
===========================================
+ Hits           1867    1870       +3     
+ Misses          543     542       -1     
+ Partials        220     218       -2
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 71.15% <0%> (+1.92%) 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 77032af...4fc49d2. Read the comment docs.