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

iplweb / bpp / 18634744198

19 Oct 2025 07:00PM UTC coverage: 31.618% (-29.9%) from 61.514%
18634744198

push

github

mpasternak
Merge branch 'release/v202510.1270'

657 of 9430 branches covered (6.97%)

Branch coverage included in aggregate %.

229 of 523 new or added lines in 42 files covered. (43.79%)

11303 existing lines in 316 files now uncovered.

14765 of 39346 relevant lines covered (37.53%)

0.38 hits per line

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

75.0
src/bpp/context_processors/google_analytics.py
1
from django.conf import settings
1✔
2

3

4
def google_analytics(request):
1✔
5
    """
6
    Use the variables returned in this function to
7
    render your Google Analytics tracking code template.
8
    """
9
    ga_prop_id = getattr(settings, "GOOGLE_ANALYTICS_PROPERTY_ID", False)
1✔
10
    if (settings.DEBUG != True) and (ga_prop_id != ""):
1!
11
        return {
1✔
12
            "GOOGLE_ANALYTICS_PROPERTY_ID": ga_prop_id,
13
        }
UNCOV
14
    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