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

dangernoodle-io / breadboard / 29709973008
96%

Build:
DEFAULT BRANCH: main
Ran 20 Jul 2026 12:48AM UTC
Jobs 1
Files 180
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 12:46AM UTC coverage: 96.166% (+0.01%) from 96.154%
29709973008

push

github

web-flow
fix: type bb_serialize's format-registry parse slot, add JSON composed adapter (#950)

Retypes bb_serialize_format_entry_t.parse from an opaque `const void *`
to a typed bb_serialize_parse_fn, closing the parse-contract collision
where every format backend cast a different signature into the same
untyped slot. bb_serialize_json now registers a real composed adapter
(bb_serialize_json_parse_bytes, scan_bounded -> tok recorder ->
populate_from_tok via bb_mem_arena-carved scratch) instead of casting
its scan_bounded() entry point directly into the slot.

Adds bb_mem_arena_alloc_rest() -- an alignment-safe "claim whatever's
left" bump-allocator primitive that rounds its claimed size DOWN to
_Alignof(max_align_t) rather than rounding a caller's exact-free-bytes
request UP past the true remainder. The parse adapter uses it to carve
its escape-decode arena from leftover scratch; the naive
bb_mem_arena_alloc(a, bb_mem_arena_free_bytes(a)) form it replaces
spuriously failed the whole parse whenever scratch_cap left a
non-alignment-clean remainder.


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

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

7369 of 7986 branches covered (92.27%)

Branch coverage included in aggregate %.

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

12470 of 12644 relevant lines covered (98.62%)

1198.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29709973008.1 20 Jul 2026 12:48AM UTC 180
96.17
GitHub Action Run
Source Files on build 29709973008
  • Tree
  • List 180
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29709973008
  • 12c918c0 on github
  • Prev Build on main (#29707858429)
  • Next Build on main (#29711070530)
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