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

dangernoodle-io / breadboard / 30872593091
97%

Build:
DEFAULT BRANCH: main
Ran 04 Aug 2026 02:44AM UTC
Jobs 1
Files 216
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

04 Aug 2026 02:42AM UTC coverage: 96.897% (+0.001%) from 96.896%
30872593091

push

github

web-flow
feat: parent-qualified nested-key emit for bb_serialize_console (#1219)

Sibling BB_TYPE_OBJ children sharing a child key (e.g. bb_meminfo_heap_snap_desc's per-region internal/dma/spiram/exec objects, each with a free= field) previously collided on one console line because begin_obj/end_obj were pure no-ops. Adds a bounded path stack (sized to bb_serialize's own BB_SERIALIZE_MAX_DEPTH) that begin_obj pushes and end_obj pops, joined with '.' at emit time so a nested scalar renders as e.g. internal.free=... instead of colliding flat.

Dotted (not underscore) composition, since existing leaf keys already contain underscores and a dot is unambiguous to split back apart. BB_TYPE_ARR stays out of scope (the walker never has a key to qualify array elements with; B1-1414 already owns the array/table story).

Behaviour change, not inert: this is a repo-wide change to shipped console output, not a purely additive feature. Several nesting descriptors already reach console rendering via bb_data's generic BB_FORMAT_CONSOLE dispatch -- bb_diag_boot_wire (panic, reboot_reason), bb_health_wire (network), bb_sensor_http_wire (soc, vr, asic, board), bb_wifi_http_diag (reason_histogram), plus the motivating bb_meminfo_heap_snap_desc -- and previously emitted flat, COLLIDING keys on those console lines. They now emit qualified keys instead. This is a fix (colliding keys were the bug), not a regression, but anyone parsing those console lines will see new key names.

Hardening (review LOWs, B1-1416): push-skip-on-cap and unconditional pop are symmetric today only because the walker never recurses past BB_SERIALIZE_MAX_DEPTH before a begin_obj and never early-returns between a begin_obj and its matching end_obj -- nothing enforced either invariant, so a future walker change could desync path_depth silently. Adds an assert() in bb_console_pop_path() on underflow and an assert(path_depth == 0) at the end of bb_serialize_console_render(), converting a future desync into a loud... (continued)

8330 of 8892 branches covered (93.68%)

Branch coverage included in aggregate %.

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

14063 of 14218 relevant lines covered (98.91%)

2600.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30872593091.1 04 Aug 2026 02:44AM UTC 216
96.9
GitHub Action Run
Source Files on build 30872593091
  • Tree
  • List 216
  • 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 #30872593091
  • d05b3e06 on github
  • Prev Build on main (#30870703062)
  • Next Build on main (#30874453449)
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