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 pyproject and tox configuration, eliminate setup* files #21

Closed adinhodovic closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #21      +/-   ##
========================================
+ Coverage   98.11%   100%   +1.88%     
========================================
  Files           2      7       +5     
  Lines          53    149      +96     
  Branches       10      0      -10     
========================================
+ Hits           52    149      +97     
+ Partials        1      0       -1
Flag Coverage Δ
#unittests 100% <100%> (+1.88%) :arrow_up:
Impacted Files Coverage Δ
tests/settings.py 100% <ø> (ø)
django_google_optimize/utils.py 100% <ø> (ø)
django_google_optimize/context_processors.py 100% <ø> (ø)
tests/test_context_processors.py 100% <100%> (ø)
tests/test_utils.py 100% <100%> (ø)
tests/views.py 100% <0%> (ø)
tests/urls.py 100% <0%> (ø)
... and 1 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 ef3a5ce...3b12687. Read the comment docs.