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

iplweb / bpp / 3e1b55a1-af23-4020-b9e5-0d59a4e64a7f

11 May 2025 08:26PM UTC coverage: 46.882% (+4.6%) from 42.254%
3e1b55a1-af23-4020-b9e5-0d59a4e64a7f

push

circleci

mpasternak
Merge branch 'release/v202505.1179'

81 of 116 new or added lines in 15 files covered. (69.83%)

1746 existing lines in 100 files now uncovered.

17354 of 37016 relevant lines covered (46.88%)

1.21 hits per line

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

58.33
src/api_v1/tests/test_openaccess.py
UNCOV
1
import pytest
1✔
UNCOV
2
from django.urls import reverse
1✔
3

UNCOV
4
from bpp.models import Czas_Udostepnienia_OpenAccess
1✔
5

6

UNCOV
7
@pytest.mark.django_db
1✔
UNCOV
8
def test_rest_api_czas_udostepnienia_openaccess_detail(client, openaccess_data):
1✔
9
    pk = Czas_Udostepnienia_OpenAccess.objects.first().pk
×
10
    res = client.get(reverse("api_v1:czas_udostepnienia_openaccess-detail", args=(pk,)))
×
11
    assert res.status_code == 200
×
12

13

UNCOV
14
@pytest.mark.django_db
1✔
UNCOV
15
def test_rest_api_czas_udostepnienia_openaccess_list(client, openaccess_data):
1✔
16
    res = client.get(reverse("api_v1:czas_udostepnienia_openaccess-list"))
×
17
    assert res.status_code == 200
×
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