• 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

27.27
src/pbn_api/admin/helpers.py
1
import json
1✔
2

3
from django.utils.safestring import mark_safe
1✔
4

5

6
def format_json(obj, fld_name):
1✔
UNCOV
7
    result = ""
×
UNCOV
8
    if obj:
×
UNCOV
9
        result = json.dumps(getattr(obj, fld_name), indent=4, sort_keys=True)
×
UNCOV
10
        result_str = f"<pre>{result}</pre>"
×
UNCOV
11
        result = mark_safe(result_str)
×
UNCOV
12
    return result
×
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