uber / tchannel-java

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

Upgrade opentracing & jaeger lib #199

Closed guo0693 closed 5 years ago

guo0693 commented 5 years ago
CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

guo0693 commented 5 years ago

tchannel seems to be using google maven central, java monorepo is not publishing to that artifactory, going to figure this out.

codecov-io commented 5 years ago

Codecov Report

Merging #199 into master will increase coverage by 0.03%. The diff coverage is 91.67%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #199      +/-   ##
============================================
+ Coverage     71.95%   71.99%   +0.03%     
  Complexity       10       10              
============================================
  Files            87       87              
  Lines          2660     2663       +3     
  Branches        320      319       -1     
============================================
+ Hits           1914     1917       +3     
  Misses          525      525              
  Partials        221      221
Impacted Files Coverage Δ Complexity Δ
.../com/uber/tchannel/tracing/OpenTracingContext.java 90.48% <91.67%> (+1.59%) 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 009cf1e...007157e. Read the comment docs.