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

iplweb / bpp / 18634744198

19 Oct 2025 07:00PM UTC coverage: 31.618% (-29.9%) from 61.514%
18634744198

push

github

mpasternak
Merge branch 'release/v202510.1270'

657 of 9430 branches covered (6.97%)

Branch coverage included in aggregate %.

229 of 523 new or added lines in 42 files covered. (43.79%)

11303 existing lines in 316 files now uncovered.

14765 of 39346 relevant lines covered (37.53%)

0.38 hits per line

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

88.89
src/test_bpp/models.py
1
# Create your models here.
2
from django.db import models
1✔
3

4
from long_running.models import Operation
1✔
5

6

7
class TestOperation(Operation):
1✔
8
    # long_running.tests.test_models
9
    pass
1✔
10

11

12
class TestObjectThatDoesNotExistManager(models.Manager):
1✔
13
    # long_running.tests.test_tasks
14
    def get(self, *args, **kw):
1✔
15
        # Those objects never exist
UNCOV
16
        raise TestObjectThatDoesNotExist.DoesNotExist
×
17

18

19
class TestObjectThatDoesNotExist(models.Model):
1✔
20
    objects = TestObjectThatDoesNotExistManager()
1✔
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