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

kobotoolbox / kpi / 25713831207
82%
master: 76%

Build:
Build:
LAST BUILD BRANCH: beccagraber/dev-2180-fix-admin-add-user
DEFAULT BRANCH: master
Ran 12 May 2026 04:46AM UTC
Jobs 10
Files 912
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

12 May 2026 04:42AM UTC coverage: 81.93% (+0.03%) from 81.901%
25713831207

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.

9147 of 12311 branches covered (74.3%)

45 of 72 new or added lines in 1 file covered. (62.5%)

30 existing lines in 2 files now uncovered.

30147 of 36796 relevant lines covered (81.93%)

5.75 hits per line

Uncovered Changes

Lines Coverage ∆ File
27
51.96
5.34% kobo/apps/subsequences/models.py

Coverage Regressions

Lines Coverage ∆ File
24
74.76
-23.3% kpi/utils/usage_calculator.py
6
63.08
-1.54% kpi/utils/hash.py
Jobs
ID Job ID Ran Files Coverage
1 25713831207.1 12 May 2026 04:46AM UTC 908
52.28
2 25713831207.2 12 May 2026 04:47AM UTC 908
53.94
3 25713831207.3 12 May 2026 04:48AM UTC 910
53.48
4 25713831207.4 12 May 2026 04:48AM UTC 908
52.58
5 25713831207.5 12 May 2026 04:48AM UTC 910
55.16
6 25713831207.6 12 May 2026 04:49AM UTC 908
59.8
7 25713831207.7 12 May 2026 04:49AM UTC 910
65.94
8 25713831207.8 12 May 2026 04:50AM UTC 910
53.89
9 25713831207.9 12 May 2026 04:51AM UTC 912
68.14
10 25713831207.10 12 May 2026 04:51AM UTC 910
60.91
Source Files on build 25713831207
  • Tree
  • List 912
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 3c83573b on github
  • Prev Build on main (#25693939151)
  • Next Build on main (#25741181440)
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