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

kobotoolbox / kpi / 18134087871
81%
master: 76%

Build:
Build:
LAST BUILD BRANCH: beccagraber/dev-1452-new_action
DEFAULT BRANCH: master
Ran 30 Sep 2025 03:25PM UTC
Jobs 2
Files 862
Run time 2min
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.199% (+0.006%) from 81.193%
18134087871

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

6915 of 10896 branches covered (63.46%)

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

26730 of 32919 relevant lines covered (81.2%)

1.6 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
0.0
0.0% kobo/apps/long_running_migrations/jobs/0010_remove_from_kc_only_permission.py
Jobs
ID Job ID Ran Files Coverage
1 18134087871.1 30 Sep 2025 03:25PM UTC 862
78.87
2 18134087871.2 30 Sep 2025 03:30PM UTC 862
81.18
Source Files on build 18134087871
  • Tree
  • List 862
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • e8c0a66c on github
  • Prev Build on main (#18125959574)
  • Next Build on main (#18134468695)
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

© 2025 Coveralls, Inc