Closed mohabusama closed 5 years ago
Merging #29 into master will increase coverage by
0.32%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #29 +/- ##
==========================================
+ Coverage 98.26% 98.59% +0.32%
==========================================
Files 8 9 +1
Lines 289 357 +68
==========================================
+ Hits 284 352 +68
Misses 5 5
Impacted Files | Coverage Δ | |
---|---|---|
opentracing_utils/tracers.py | 85.29% <100%> (ø) |
:arrow_up: |
opentracing_utils/__init__.py | 100% <100%> (ø) |
:arrow_up: |
opentracing_utils/libs/_django.py | 100% <100%> (ø) |
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 224c24d...2e3e210. Read the comment docs.
:+1:
👍
Add support for HTTP requests tracing in Django.
Note: at the moment this supports legacy Django==1.6 -> can be removed once we drop support for Python2.7
Also we can support for Django ORM instrumentation if we plan to only support Django>=2.0