zalando-zmon / opentracing-utils

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

Add tarce_sqlalchemy for Sqlalchemy tracing support #19

Closed mohabusama closed 6 years ago

mohabusama commented 6 years ago
codecov[bot] commented 6 years ago

Codecov Report

Merging #19 into master will increase coverage by 0.25%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage      98%   98.26%   +0.25%     
==========================================
  Files           7        8       +1     
  Lines         251      288      +37     
==========================================
+ Hits          246      283      +37     
  Misses          5        5
Impacted Files Coverage Δ
opentracing_utils/__init__.py 100% <100%> (ø) :arrow_up:
opentracing_utils/libs/_sqlalchemy.py 100% <100%> (ø)
opentracing_utils/libs/_flask.py 100% <100%> (ø) :arrow_up:
opentracing_utils/libs/_requests.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 40dd825...21bb3aa. Read the comment docs.

vetinari commented 6 years ago

:+1:

mohabusama commented 6 years ago

👍