adinhodovic / django-google-optimize

Django-google-optimize is a Django application designed to make running server side Google Optimize A/B tests easy.
https://hodovi.cc/blog/django-b-testing-google-optimize/
MIT License
40 stars 6 forks source link

Use a middleware instead of a context processor #22

Closed adinhodovic closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #22 into master will increase coverage by 1.88%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #22      +/-   ##
========================================
+ Coverage   98.11%   100%   +1.88%     
========================================
  Files           2      2              
  Lines          53     55       +2     
  Branches       10     10              
========================================
+ Hits           52     55       +3     
+ Partials        1      0       -1
Flag Coverage Δ
#unittests 100% <100%> (+1.88%) :arrow_up:
Impacted Files Coverage Δ
django_google_optimize/middleware.py 100% <100%> (ø)
django_google_optimize/utils.py 100% <0%> (+2.12%) :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 4ed1313...4383996. Read the comment docs.