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

kobotoolbox / kpi / 18718810893 / 2
81%
master: 76%

Build:
Build:
LAST BUILD BRANCH: dev-1257-remove-v1-forms-endpoint
DEFAULT BRANCH: master
Ran 22 Oct 2025 02:38PM UTC
Files 874
Run time 53s
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

22 Oct 2025 02:02PM UTC coverage: 78.885% (+0.001%) from 78.884%
18718810893.2

push

github

web-flow
fix(data): dynamically add empty validation status dict DEV-1152 (#6388)

### đŸ“Ŗ Summary
Fix error when loading data tables for submissions created before
validation_statuses were added.

### 💭 Notes
Set `_validation_status` to `{}` if it's None on the Instance (which may
happen if instances are bulk updated or created) when saving to mongo,
and, on the other side, set `_validation_status` to `{}` when returning
mongo results if it would otherwise be empty.

### 👀 Preview steps


1. â„šī¸ have an account and a project
2. Add submissions to the project
3. In a mongo shell, run `db.instances.updateMany({"_userform_id":
"<username>_<asset_uid>"}, {$unset: {"_validation_status":""}})` . This
will mimic old instances where `_validation_status` isn't present
4. Go to the data table for the project
5. 🔴 [on main] Error
6. đŸŸĸ [on PR] Data table loads successfully

6856 of 11156 branches covered (61.46%)

26465 of 33549 relevant lines covered (78.88%)

0.79 hits per line

Source Files on job 18718810893.2
  • Tree
  • List 874
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 18718810893
  • 4a22015b on github
  • Prev Job for on main (#18708417317.1)
  • Next Job for on main (#18745871564.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

© 2025 Coveralls, Inc