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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-deps-78e37b62cc
DEFAULT BRANCH: master
Ran 12 May 2026 04:49AM UTC
Files 908
Run time 25s
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: 59.805% (+5.9%) from 53.878%
25713831207.6

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.

5810 of 12218 branches covered (47.55%)

21952 of 36706 relevant lines covered (59.8%)

0.6 hits per line

Source Files on job 25713831207.6
  • Tree
  • List 908
  • Changed 243
  • Source Changed 0
  • Coverage Changed 243
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