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

iplweb / bpp / 63d00c09-67db-4dd8-b33c-a91d123da5a0

23 Aug 2025 09:38PM UTC coverage: 46.884% (+6.5%) from 40.365%
63d00c09-67db-4dd8-b33c-a91d123da5a0

push

circleci

mpasternak
Merge tag 'v202508.1202' into dev

Nowa wersja: v202508.1202 v202508.1202

1 of 1 new or added line in 1 file covered. (100.0%)

1539 existing lines in 109 files now uncovered.

17902 of 38184 relevant lines covered (46.88%)

1.19 hits per line

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

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

3
from django.contrib import admin
3✔
4

5
from bpp.models import BppMultiseekVisibility
3✔
6

7

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

16
    list_per_page = 150
3✔
17

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