push
circleci
2 of 11 new or added lines in 3 files covered. (18.18%)
1398 existing lines in 78 files now uncovered.16709 of 34306 relevant lines covered (48.71%)
1.25 hits per line
UNCOV
1
|
import pytest |
1✔ |
UNCOV
2
|
from django.core.management import call_command |
1✔ |
3 |
|
|
4 |
|
|
UNCOV
5
|
@pytest.mark.django_db
|
1✔ |
UNCOV
6
|
def test_rebuild_kolejnosc(wydawnictwo_ciagle_z_dwoma_autorami): |
1✔ |
7 |
call_command("rebuild_kolejnosc")
|
× |
8 |
|
|
9 |
|
|
UNCOV
10
|
@pytest.mark.django_db
|
1✔ |
UNCOV
11
|
def test_migrate(): |
1✔ |
12 |
call_command("migrate")
|
× |