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

kobotoolbox / kpi / 14103213186
81%
master: 76%

Build:
Build:
LAST BUILD BRANCH: beccagraber/dev-1452-new_action
DEFAULT BRANCH: master
Ran 27 Mar 2025 10:08AM 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 09:30AM UTC coverage: 80.891%. Remained the same
14103213186

push

github

web-flow
feat(dataview): handle deleted attachments TASK-566 (#5622)

### đŸ“Ŗ Summary

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


### 👀 Preview steps

1. â„šī¸ have an account and a project with a file and audio question types
2. submit the form with a file and audio
3. open data view
4. add debug code in `renderAttachment()` in `submissionDataTable.tsx`
   ```ts
    +   attachment.download_url = 'http://kalvis.lv/404'
     ```
5. 🔴 notice that attachments are still shown like in the "before"
screenshot
3. add debug code in `renderAttachment()` in `submissionDataTable.tsx`
   ```ts
    +   attachment.is_deleted = true
     ```
4. 🔴 [on main] same as above
6. đŸŸĸ [on PR] notice that attachments are 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 14103213186.1 27 Mar 2025 10:08AM UTC 637
80.89
Source Files on build 14103213186
  • 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
  • fc5ee877 on github
  • Prev Build on main (#14102828119)
  • Next Build on main (#14103310452)
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