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

dangernoodle-io / breadboard / 30044617471
97%

Build:
DEFAULT BRANCH: main
Ran 23 Jul 2026 09:04PM UTC
Jobs 1
Files 189
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

23 Jul 2026 09:02PM UTC coverage: 96.372% (+0.002%) from 96.37%
30044617471

push

github

web-flow
feat: emit scalar-element arrays in bb_serialize_walk (#1032)

bb_serialize_walk()'s BB_TYPE_ARR case only handled elem_type ==
BB_TYPE_OBJ (recurse) and an else branch reinterpreting items as
const char *const * (the STR path) -- an array of scalar elements
(I64/U64/F64/BOOL) would hit that else and deref each value as a
char*. Add a dedicated scalar branch that reinterprets items as a
contiguous array of the element's own C type and emits each with a
NULL key, mirroring the existing STR item-emission branch. No public
struct/ABI change: bb_serialize_arr_t is unchanged, elem_size stays
OBJ-only, and a scalar's stride is fully determined by its type.


Claude-Session: https://claude.ai/code/session_01UwuRBPS8n5TkVkog1RQyVF

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

7486 of 8083 branches covered (92.61%)

Branch coverage included in aggregate %.

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

12676 of 12838 relevant lines covered (98.74%)

2520.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30044617471.1 23 Jul 2026 09:04PM UTC 189
96.37
GitHub Action Run
Source Files on build 30044617471
  • Tree
  • List 189
  • 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 #30044617471
  • 1c82f70e on github
  • Prev Build on main (#30042142073)
  • Next Build on main (#30053117796)
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