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

kobotoolbox / kpi / 18134087871 / 2
81%
master: 76%

Build:
Build:
LAST BUILD BRANCH: beccagraber/dev-1453-run-external-process
DEFAULT BRANCH: master
Ran 30 Sep 2025 03:30PM UTC
Files 862
Run time 40s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Sep 2025 02:52PM UTC coverage: 81.181% (+2.3%) from 78.869%
18134087871.2

push

github

web-flow
fix(permissions)!: fix mistake in long running job that deletes obsolete permissions (#6308)

### 💭 Notes
Fixes the _raw_delete call in the long running job `0010_remove_from_kc_only_permissions`

### 👀 Preview steps
1. Use the django shell
2. Find the long running migration job and re-execute it, ensure it
doesn't fail:
```
>>> lrm = LongRunningMigration.objects.filter(name__contains='0010_remove_from_kc_only').first()

>>> lrm.status = 'created'; lrm.save(); lrm.execute()

Deleting 0 ObjectPermission objects
```

6964 of 10956 branches covered (63.56%)

26724 of 32919 relevant lines covered (81.18%)

0.81 hits per line

Source Files on job 18134087871.2
  • Tree
  • List 862
  • Changed 29
  • Source Changed 0
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 18134087871
  • e8c0a66c on github
  • Prev Job for on main (#18125959574.1)
  • Next Job for on main (#18134468695.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