zalando-zmon / opentracing-utils

Convenient utilities for adding OpenTracing support in your python projects
MIT License
20 stars 8 forks source link

Return tracer from init #28

Closed mohabusama closed 5 years ago

mohabusama commented 5 years ago

Return tracer from init

Signed-off-by: Mohab Usama mohab.abdelhameed@zalando.de

codecov[bot] commented 5 years ago

Codecov Report

Merging #28 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   98.26%   98.26%   +<.01%     
==========================================
  Files           8        8              
  Lines         288      289       +1     
==========================================
+ Hits          283      284       +1     
  Misses          5        5
Impacted Files Coverage Δ
opentracing_utils/tracers.py 85.29% <100%> (+0.44%) :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 0b24b07...eebd943. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #28 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   98.26%   98.26%   +<.01%     
==========================================
  Files           8        8              
  Lines         288      289       +1     
==========================================
+ Hits          283      284       +1     
  Misses          5        5
Impacted Files Coverage Δ
opentracing_utils/tracers.py 85.29% <100%> (+0.44%) :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 0b24b07...eebd943. Read the comment docs.

vetinari commented 5 years ago

:+1:

mohabusama commented 5 years ago

👍