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 get() instead of accessing by key ('ga_exp') #40

Closed adinhodovic closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #40 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #40   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          79     79           
  Branches       12     12           
=====================================
  Hits           79     79
Flag Coverage Δ
#unittests 100% <ø> (ø) :arrow_up:
Impacted Files Coverage Δ
django_google_optimize/utils.py 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 beccf2d...dbb5e17. Read the comment docs.