zalando-zmon / opentracing-utils

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

Failing extractor #6

Closed mohabusama closed 7 years ago

mohabusama commented 7 years ago

Guard against failing extractors

codecov[bot] commented 7 years ago

Codecov Report

Merging #6 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #6   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         130    139    +9     
=====================================
+ Hits          130    139    +9
Impacted Files Coverage Δ
opentracing_utils/__init__.py 100% <100%> (ø) :arrow_up:
opentracing_utils/span.py 100% <100%> (ø) :arrow_up:
opentracing_utils/libs/requests_.py 100% <100%> (ø) :arrow_up:
opentracing_utils/tracers.py 100% <100%> (ø) :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 c687fe7...9c558fa. Read the comment docs.

vetinari commented 7 years ago

:+1:

mohabusama commented 7 years ago

👍