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

iplweb / bpp / 7cc51f57-696c-4e24-b7c6-e519e63d08ef

20 Aug 2025 07:40PM UTC coverage: 43.324% (+3.6%) from 39.761%
7cc51f57-696c-4e24-b7c6-e519e63d08ef

push

circleci

mpasternak
Merge branch 'release/v202508.1191'

5 of 5 new or added lines in 2 files covered. (100.0%)

1828 existing lines in 117 files now uncovered.

16520 of 38131 relevant lines covered (43.32%)

0.78 hits per line

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

100.0
src/bpp/context_processors/config.py
UNCOV
1
from django.conf import settings
1✔
2

3

UNCOV
4
def bpp_configuration(request):
1✔
UNCOV
5
    from bpp.models.abstract import POLA_PUNKTACJI
1✔
6

UNCOV
7
    return {
1✔
8
        "THEME_NAME": "scss/" + settings.THEME_NAME + ".css",
9
        "ENABLE_NEW_REPORTS": settings.ENABLE_NEW_REPORTS,
10
        "MAX_NO_AUTHORS_ON_BROWSE_JEDNOSTKA_PAGE": settings.MAX_NO_AUTHORS_ON_BROWSE_JEDNOSTKA_PAGE,
11
        "BPP_POLA_PUNKTACJI": POLA_PUNKTACJI,
12
    }
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