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

kobotoolbox / kpi / 14105007166 / 1
81%
master: 76%

Build:
Build:
LAST BUILD BRANCH: dev-1257-remove-v1-forms-endpoint
DEFAULT BRANCH: master
Ran 27 Mar 2025 11:42AM UTC
Files 637
Run time 13s
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 11:03AM UTC coverage: 80.891%. Remained the same
14105007166.1

push

github

web-flow
feat(datatable): handle deleted file attachment TASK-566 (#5620)

### đŸ“Ŗ Summary

In forms data table, display deleted files as deleted. Hover on it to
see the original path.


### 👀 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 `mediaCell.tsx`
   ```ts
+ ;(props.mediaAttachment as SubmissionAttachment).download_url =
'http://kalvis.lv/404'
     ```
5. 🔴 notice that opening deleted file shows only it's path, like in the
"before" screenshot
3. add debug code in `mediaCell.tsx`
   ```ts
+ ;(props.mediaAttachment as SubmissionAttachment).is_deleted = true
     ```
4. 🔴 [on main] same as before
6. đŸŸĸ [on PR] notice that file 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

Source Files on job 14105007166.1
  • 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 Build 14105007166
  • 78ce3504 on github
  • Prev Job for on main (#14104460839.1)
  • Next Job for on main (#14111376221.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