jazzband / django-analytical

Analytics services for Django projects
MIT License
1.2k stars 168 forks source link

add GOOGLE_ANALYTICS_JS_SOURCE setting to allow custom source URL #214

Closed kevin-olbrich closed 2 years ago

kevin-olbrich commented 2 years ago

fixes https://github.com/jazzband/django-analytical/issues/212

codecov[bot] commented 2 years ago

Codecov Report

Merging #214 (a529fe5) into main (844a178) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #214   +/-   ##
=======================================
  Coverage   94.52%   94.52%           
=======================================
  Files          32       32           
  Lines        1387     1388    +1     
=======================================
+ Hits         1311     1312    +1     
  Misses         76       76           
Impacted Files Coverage Δ
analytical/templatetags/google_analytics_js.py 97.80% <100.00%> (+0.02%) :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 844a178...a529fe5. Read the comment docs.

bittner commented 2 years ago

Thanks Kevin! :1st_place_medal: