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

kobotoolbox / kpi / 25713831207 / 9
82%
master: 76%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 12 May 2026 04:51AM UTC
Files 912
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

12 May 2026 04:42AM UTC coverage: 68.135% (+14.3%) from 53.878%
25713831207.9

push

github

web-flow
feat(nlp): add models for subsequence bulk action and item tracking  DEV-1421 (#7043)

### 📣 Summary
This PR introduces the database tables required to support bulk
transcription and translation jobs within the subsequences app.

### 📖 Description
This PR implements the models necessary for orchestrating and tracking
bulk processing tasks.

- `SubsequenceBulkAction`: A parent model is created to represent a
batch execution, storing deterministic parameters and global status.

- `SubsequenceBulkActionItem`: A child model is implemented to track
individual submission processing within a bulk job, including an
external `service_id` for tracking Google operations.

- Idempotency via Hashing: A deterministic SHA-256 hash of job
parameters is utilized to prevent duplicate active jobs for the same
submission and action.

- Integrity Guarantees: Atomic creation logic is provided via
`create_with_items`, and status propagation is implemented to
synchronize parent and child states.

- Database Constraints: A `UniqueConstraint` is enforced to ensure only
one active job item exists per submission/action/hash combination.

6914 of 12295 branches covered (56.23%)

25071 of 36796 relevant lines covered (68.14%)

0.68 hits per line

Source Files on job 25713831207.9
  • Tree
  • List 912
  • Changed 324
  • Source Changed 0
  • Coverage Changed 324
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25713831207
  • 3c83573b on github
  • Prev Job for on main (#25693939151.6)
  • Next Job for on main (#25741181440.9)
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