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

iplweb / bpp / 636de4db-e13f-4d60-aba3-a6b23c042552

04 Jun 2025 07:28AM UTC coverage: 36.244% (-10.6%) from 46.882%
636de4db-e13f-4d60-aba3-a6b23c042552

push

circleci

mpasternak
Merge branch 'release/v202506.1180'

13 of 40 new or added lines in 9 files covered. (32.5%)

1618 existing lines in 115 files now uncovered.

13427 of 37046 relevant lines covered (36.24%)

0.36 hits per line

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

92.31
src/bpp/admin/bppmultiseekvisibility.py
1
from adminsortable2.admin import SortableAdminMixin
1✔
2

3
from django.contrib import admin
1✔
4

5
from bpp.models import BppMultiseekVisibility
1✔
6

7

8
@admin.register(BppMultiseekVisibility)
1✔
9
class BppMulitiseekVisibilityAdmin(SortableAdminMixin, admin.ModelAdmin):
1✔
10
    list_display = ["label", "public", "authenticated", "staff", "sort_order"]
1✔
11
    list_filter = ["public", "authenticated", "staff"]
1✔
12
    readonly_fields = ["label", "field_name", "sort_order"]
1✔
13
    fields = ["label", "field_name", "public", "authenticated", "staff"]
1✔
14
    search_fields = ["label", "field_name"]
1✔
15

16
    list_per_page = 150
1✔
17

18
    def has_add_permission(self, request):
1✔
UNCOV
19
        return False
×
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