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

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

Build:
Build:
LAST BUILD BRANCH: DEV-2277-ensure-maximum-asr-language-support
DEFAULT BRANCH: master
Ran 14 May 2026 12:33PM UTC
Files 911
Run time 46s
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

14 May 2026 12:25PM UTC coverage: 54.116% (-11.7%) from 65.835%
25859849859.9

push

github

web-flow
fix(subsequences): use correct method for getting xpath DEV-2094 (#7051)

### đŸ“Ŗ Summary
Fixes a bug in the previous migration that was causing it to exit with
an error.

### 💭 Notes
Also replaces all print statements with log statements for better
visibility.


### 👀 Preview steps
It's a pill to actually get old data to test this, but you can make mock
data that reasonably acts like old data. Make sure to start on the
release branch so all supplements will have the old version.

1. â„šī¸ have an account and a project with an audio question inside a
group
2. â„šī¸ have at least one submission with a transcript
3. Add a QA question and answer (manual)
4. Open a django shell
5. 
```
asset = Asset.objects.get(uid='<uid>')
ss = SubmissionSupplement.objects.get(submission_uuid='<uuid>', asset=asset)
ss_content_copy = copy.deepcopy(ss.content)
for key in [ k for k in ss.content.keys() if '/' in k]:
        ss_content_copy[key.replace('/','-')] = copy.deepcopy(ss_content_copy[key])
        del ss_content_copy[key]
ss.content = ss_content_copy
ss.save()
```
8. Run LRM 24
9. đŸŸĸ [on release] Fails with an AttributeError
11. đŸŸĸ [on PR] migration succeeds

3638 of 11914 branches covered (30.54%)

19533 of 36095 relevant lines covered (54.12%)

0.54 hits per line

Source Files on job 25859849859.9
  • Tree
  • List 911
  • Changed 329
  • Source Changed 0
  • Coverage Changed 329
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25859849859
  • 3174cc0e on github
  • Prev Job for on release/2.026.12 (#25811572309.9)
  • Next Job for on release/2.026.12 (#25863034014.1)
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