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

kobotoolbox / kpi / 14104460839
81%
master: 76%

Build:
Build:
LAST BUILD BRANCH: refactor-subsequences-2025
DEFAULT BRANCH: master
Ran 27 Mar 2025 11:11AM UTC
Jobs 1
Files 637
Run time 1min
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

27 Mar 2025 10:34AM UTC coverage: 80.891%. Remained the same
14104460839

push

github

web-flow
feat(datatable): handle deleted audio attachment TASK-566 (#5619)

### đŸ“Ŗ Summary

In forms data table, display deleted audiofiles as deleted. The button
for NLP is still there to access transcripts.


### 👀 Preview steps

1. â„šī¸ have an account and a project with a audio question type
2. submit the form with an audio
3. open data table
4. add debug code in `audioCell.tsx`
   ```ts
+ ;(props.mediaAttachment as SubmissionAttachment).download_url =
'http://kalvis.lv/404'
     ```
5. 🔴 notice that audioplayer errors like in the  "before" screenshot
3. add debug code in `audioCell.tsx`
   ```ts
+ ;(props.mediaAttachment as SubmissionAttachment).is_deleted = true
     ```
4. 🔴 [on main] same as before
6. đŸŸĸ [on PR] notice that audiofile is displayed as deleted like in the
"after" screenshot

6057 of 9627 branches covered (62.92%)

23117 of 28578 relevant lines covered (80.89%)

0.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14104460839.1 27 Mar 2025 11:12AM UTC 637
80.89
Source Files on build 14104460839
  • Tree
  • List 637
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 42b0f326 on github
  • Prev Build on main (#14103310452)
  • Next Build on main (#14105007166)
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

© 2025 Coveralls, Inc