• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

iplweb / bpp / da7dd963-c5b3-44a5-91d8-08db9f55e4f1

11 Aug 2025 09:44AM UTC coverage: 46.068% (-0.6%) from 46.671%
da7dd963-c5b3-44a5-91d8-08db9f55e4f1

push

circleci

mpasternak
Merge branch 'release/v202508.1184'

164 of 864 new or added lines in 29 files covered. (18.98%)

3127 existing lines in 197 files now uncovered.

17450 of 37879 relevant lines covered (46.07%)

1.18 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

83.33
src/bpp/context_processors/google_analytics.py
1
# -*- encoding: utf-8 -*-
2

UNCOV
3
from django.conf import settings
2✔
4

UNCOV
5
def google_analytics(request):
2✔
6
    """
7
    Use the variables returned in this function to
8
    render your Google Analytics tracking code template.
9
    """
UNCOV
10
    ga_prop_id = getattr(settings, 'GOOGLE_ANALYTICS_PROPERTY_ID', False)
2✔
UNCOV
11
    if (settings.DEBUG != True) and (ga_prop_id != ""):
2✔
UNCOV
12
        return {
2✔
13
            'GOOGLE_ANALYTICS_PROPERTY_ID': ga_prop_id,
14
        }
15
    return {}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc