sofastack / sofa-rpc-boot-projects

SOFABoot projects for SOFARPC, include starter and samples.
https://github.com/sofastack/sofa-rpc
Apache License 2.0
292 stars 117 forks source link

Add disable tracing configuration in Spring Boot #150

Closed khotyn closed 5 years ago

khotyn commented 5 years ago

Fix #149

codecov[bot] commented 5 years ago

Codecov Report

Merging #150 into master will increase coverage by 0.53%. The diff coverage is 90%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #150      +/-   ##
============================================
+ Coverage      56.8%   57.33%   +0.53%     
- Complexity      409      417       +8     
============================================
  Files            53       54       +1     
  Lines          1741     1751      +10     
  Branches        312      313       +1     
============================================
+ Hits            989     1004      +15     
+ Misses          543      541       -2     
+ Partials        209      206       -3
Impacted Files Coverage Δ Complexity Δ
...ofa/rpc/boot/context/SofaBootRpcStartListener.java 89.47% <ø> (ø) 4 <0> (ø) :arrow_down:
...ay/sofa/rpc/boot/SofaBootRpcAutoConfiguration.java 95.23% <ø> (ø) 14 <0> (ø) :arrow_down:
...ontext/ApplicationEnvironmentPreparedListener.java 100% <100%> (ø) 4 <4> (?)
...ay/sofa/rpc/boot/config/SofaBootRpcProperties.java 56.5% <66.66%> (+0.15%) 88 <1> (+1) :arrow_up:
...fa/rpc/boot/container/ProviderConfigContainer.java 80% <0%> (+3.33%) 18% <0%> (+1%) :arrow_up:
...t/runtime/adapter/helper/ProviderConfigHelper.java 54.66% <0%> (+5.33%) 9% <0%> (+2%) :arrow_up:

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 b352af0...c287ab9. Read the comment docs.