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

iplweb / bpp / fa7eeabe-4bfd-4290-a6fc-42dc6b494c59

11 Aug 2025 10:16AM UTC coverage: 42.456% (-3.8%) from 46.303%
fa7eeabe-4bfd-4290-a6fc-42dc6b494c59

push

circleci

mpasternak
Fix redis-cli not found

16082 of 37879 relevant lines covered (42.46%)

0.77 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

3
from django.conf import settings
1✔
4

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