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

kobotoolbox / kpi / 23617314814
82%
master: 76%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 26 Mar 2026 08:53PM UTC
Jobs 10
Files 887
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

26 Mar 2026 08:49PM UTC coverage: 81.745%. Remained the same
23617314814

push

github

web-flow
fix(userReports): prevent infinite loop in MV background job (#6878)

### 💭 Notes

- Root cause: when `SKIP_HEAVY_MIGRATIONS=True`, `manage_user_reports_mv
--create` resets `LongRunningMigration.status` back to `'created'`,
which re-triggers `0019_recreate_user_reports_mv` indefinitely.
- Fix: a new `--force` flag bypasses `SKIP_HEAVY_MIGRATIONS` and runs
the migration immediately. The background job always passes `--force`.
- This PR also reverts the `CREATE INDEX CONCURRENTLY` approach
introduced in #6876: the view is freshly created at index time so there
are no concurrent readers — `CONCURRENTLY` would have required
autocommit mode for no benefit.
- No behavior change when `--force` is not passed.

7437 of 11551 branches covered (64.38%)

28552 of 34928 relevant lines covered (81.75%)

5.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23617314814.1 26 Mar 2026 08:53PM UTC 883
53.23
2 23617314814.2 26 Mar 2026 08:53PM UTC 883
54.71
3 23617314814.3 26 Mar 2026 08:54PM UTC 885
54.49
4 23617314814.4 26 Mar 2026 08:55PM UTC 883
53.56
5 23617314814.5 26 Mar 2026 08:55PM UTC 885
65.39
6 23617314814.6 26 Mar 2026 08:56PM UTC 883
60.47
7 23617314814.7 26 Mar 2026 08:56PM UTC 885
54.95
8 23617314814.8 26 Mar 2026 08:57PM UTC 885
61.64
9 23617314814.9 26 Mar 2026 08:57PM UTC 887
67.69
10 23617314814.10 26 Mar 2026 09:14PM UTC 885
56.0
Source Files on build 23617314814
  • Tree
  • List 887
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • f130c785 on github
  • Prev Build on release/2.026.07 (#23614526029)
  • Next Build on release/2.026.07 (#23690498197)
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