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

kobotoolbox / kpi / 18718810893
81%
master: 76%

Build:
Build:
LAST BUILD BRANCH: dev-1257-remove-v1-forms-endpoint
DEFAULT BRANCH: master
Ran 22 Oct 2025 02:38PM UTC
Jobs 2
Files 876
Run time 3min
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: 81.288% (+0.001%) from 81.287%
18718810893

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

7061 of 11107 branches covered (63.57%)

3 of 3 new or added lines in 3 files covered. (100.0%)

27277 of 33556 relevant lines covered (81.29%)

1.6 hits per line

Jobs
ID Job ID Ran Files Coverage
1 18718810893.1 22 Oct 2025 02:38PM UTC 876
81.26
2 18718810893.2 22 Oct 2025 02:38PM UTC 874
78.88
Source Files on build 18718810893
  • Tree
  • List 876
  • Changed 30
  • Source Changed 0
  • Coverage Changed 30
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 4a22015b on github
  • Prev Build on main (#18708417317)
  • Next Build on main (#18745871564)
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