zalando-zmon / opentracing-utils

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

Allow django callables beside string imports #32

Closed mohabusama closed 5 years ago

mohabusama commented 5 years ago

Allow django callables beside string imports

codecov[bot] commented 5 years ago

Codecov Report

Merging #32 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage   98.59%   98.61%   +0.01%     
==========================================
  Files           9        9              
  Lines         357      361       +4     
==========================================
+ Hits          352      356       +4     
  Misses          5        5
Impacted Files Coverage Δ
opentracing_utils/libs/_django.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 9ffd020...edf1af7. Read the comment docs.

vetinari commented 5 years ago

:+1:

mohabusama commented 5 years ago

👍