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

dangernoodle-io / breadboard / 29716199895
96%

Build:
DEFAULT BRANCH: main
Ran 20 Jul 2026 04:10AM UTC
Jobs 1
Files 184
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

20 Jul 2026 04:09AM UTC coverage: 96.201% (+0.004%) from 96.197%
29716199895

push

github

web-flow
refactor: migrate ota_check ingress off bb_json onto bb_data_apply (B1-859) (#957)

- POST /api/update/config now drives an "ota_check_config" bb_data
  binding (BB_DATA_APPLY_PATCH) instead of hand-rolled bb_json parsing.
  This site does NOT fit the factory-reset/wifi template unmodified: the
  single field is a JSON bool, and bb_serialize_populate() leaves an
  absent field's destination bytes untouched rather than clearing them,
  so a plain BB_DATA_APPLY_POST zero-seed cannot distinguish an omitted
  "enabled" from an explicit false. PATCH mode's gather()-seeded
  sentinel (a uint8_t value BB_TYPE_BOOL populate can never itself
  produce) restores the old reject-on-missing semantics.
- bb_ota_check_config_bind() (portable, no server dependency) wires the
  binding; called from bb_ota_check_register_init() in production and
  directly by host tests after bb_data_test_reset().
- add sentinel-focused tests driving bb_data_apply() directly against the
  bound key to assert the missing-field-still-rejects and
  present-field-overwrites-sentinel-and-persists behaviors, alongside the
  existing HTTP-handler-level rejection-path coverage (reused unchanged).

7436 of 8054 branches covered (92.33%)

Branch coverage included in aggregate %.

21 of 21 new or added lines in 1 file covered. (100.0%)

12620 of 12794 relevant lines covered (98.64%)

1191.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29716199895.1 20 Jul 2026 04:10AM UTC 184
96.2
GitHub Action Run
Source Files on build 29716199895
  • Tree
  • List 184
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29716199895
  • 33ab5e82 on github
  • Prev Build on main (#29715541965)
  • Next Build on main (#29717259677)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc