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

dangernoodle-io / breadboard / 29260688918
95%

Build:
DEFAULT BRANCH: main
Ran 13 Jul 2026 03:06PM UTC
Jobs 1
Files 97
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

13 Jul 2026 03:04PM UTC coverage: 100.0%. Remained the same
29260688918

push

github

web-flow
feat: add streaming JSON event scanner + ingest vtable to bb_serialize_json (#845)

- hand-rolled, library-free streaming JSON scanner; no cJSON, no jsmn
- `bb_serialize_json_ingest_t` vtable mirrors `bb_serialize_emit_t`; callbacks return `bb_err_t` so a sink can early-stop
- bounded (`_scan_bounded`) and streaming (`_scan_begin`/`_feed`/`_end`) entry points share one grammar/depth state machine
- `bb_serialize_json_span_t` makes span provenance explicit (caller-stable / feed-scoped / scanner-scratch) so a sink can never mistake transient decoded-escape scratch for a durable slice of its own buffer
- keys, numbers and literals are reassembled through a shared bounded scratch; string values stream as spans with `is_final`
- full escape + \uXXXX + surrogate-pair decoding; depth reuses `BB_SERIALIZE_MAX_DEPTH`
- no heap; 384-byte scanner context


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

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

4352 of 4352 branches covered (100.0%)

Branch coverage included in aggregate %.

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

7052 of 7052 relevant lines covered (100.0%)

7398.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29260688918.1 13 Jul 2026 03:06PM UTC 97
100.0
GitHub Action Run
Source Files on build 29260688918
  • Tree
  • List 97
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29260688918
  • 6803f387 on github
  • Prev Build on main (#29225648869)
  • Next Build on main (#29261436903)
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

© 2026 Coveralls, Inc