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

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

Build:
Build:
LAST BUILD BRANCH: revert-6590-revert-6583-beccagraber/dev-1452-dont-allow-failed-answers
DEFAULT BRANCH: master
Ran 30 Sep 2025 03:25PM UTC
Files 862
Run time 26s
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: 78.869%. Remained the same
18134087871.1

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
```

6727 of 10946 branches covered (61.46%)

25963 of 32919 relevant lines covered (78.87%)

0.79 hits per line

Source Files on job 18134087871.1
  • Tree
  • List 862
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
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