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

iplweb / bpp / 49150ee2-a89b-4df8-9538-55cb06c06872

24 Aug 2025 11:07PM UTC coverage: 42.715% (+1.5%) from 41.169%
49150ee2-a89b-4df8-9538-55cb06c06872

push

circleci

mpasternak
Merge branch 'release/v202508.1207'

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

1119 existing lines in 82 files now uncovered.

16660 of 39003 relevant lines covered (42.71%)

1.16 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