treebohotels / casualty

A python library to generate corelation id and bind it to logs and headers of outbound request
MIT License
18 stars 3 forks source link

fixed and added few more testcases #1

Closed keshrisohit closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #1 into master will increase coverage by 65.9%. The diff coverage is 91.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #1      +/-   ##
==========================================
+ Coverage    4.37%   70.28%   +65.9%     
==========================================
  Files          12       14       +2     
  Lines         137      212      +75     
==========================================
+ Hits            6      149     +143     
+ Misses        131       63      -68
Impacted Files Coverage Δ
setup.py 0% <ø> (ø) :arrow_up:
casualty/logger.py 0% <0%> (ø)
casualty/ext/kombu/patch.py 72.72% <100%> (+72.72%) :arrow_up:
tests/test_flask_corelation_middleware.py 93.75% <93.75%> (ø)
tests/ext/test_request.py 94.11% <94.11%> (-5.89%) :arrow_down:
tests/test_django_corelation_middleware.py 94.44% <94.44%> (-5.56%) :arrow_down:
tests/ext/test_kombu.py 96.55% <96.55%> (ø)
... and 6 more

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 e9de271...5365091. Read the comment docs.