zalando-zmon / opentracing-utils

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

Add some cleanup to utils #11

Closed mohabusama closed 6 years ago

mohabusama commented 6 years ago

Add some cleanup to utils

codecov[bot] commented 6 years ago

Codecov Report

Merging #11 into master will increase coverage by 1.13%. The diff coverage is 99.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   96.62%   97.75%   +1.13%     
==========================================
  Files           5        6       +1     
  Lines         148      223      +75     
==========================================
+ Hits          143      218      +75     
  Misses          5        5
Impacted Files Coverage Δ
opentracing_utils/libs/_requests.py 100% <100%> (ø)
opentracing_utils/libs/_flask.py 100% <100%> (ø)
opentracing_utils/decorators.py 100% <100%> (ø) :arrow_up:
opentracing_utils/__init__.py 100% <100%> (ø) :arrow_up:
opentracing_utils/span.py 100% <100%> (ø) :arrow_up:
opentracing_utils/tracers.py 86.48% <94.44%> (+7.31%) :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 1d413ea...9ee72c0. Read the comment docs.

mohabusama commented 6 years ago

Tests need to be updated for trace_flask

vetinari commented 6 years ago

:+1:

mohabusama commented 6 years ago

👍