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

dangernoodle-io / breadboard / 25262681127
100%

Build:
DEFAULT BRANCH: main
Ran 02 May 2026 09:48PM UTC
Jobs 1
Files 10
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

02 May 2026 09:47PM UTC coverage: 100.0%. Remained the same
25262681127

push

github

web-flow
fix(bb_http): recursive JSON streaming so large nested docs don't truncate (#175)

bb_http_resp_send_json previously serialized each top-level child as one
cJSON_PrintUnformatted string. For deeply nested values (e.g. the
/api/openapi.json `paths` object built by bb_openapi_emit), that single
contiguous allocation could return NULL even with plenty of free heap,
silently dropping the value and leaving an invalid `"paths":}` on the wire.

Stream containers recursively so each leaf serialize is small, fall back
to literal `null` on serialize failure to keep the document well-formed,
and always emit the chunked-encoding terminator even if a child errors so
the response finalizes cleanly. Fixes B1-130.

336 of 336 branches covered (100.0%)

Branch coverage included in aggregate %.

557 of 557 relevant lines covered (100.0%)

477.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25262681127.1 02 May 2026 09:48PM UTC 10
100.0
GitHub Action Run
Source Files on build 25262681127
  • Tree
  • List 10
  • 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 #25262681127
  • 29a1898f on github
  • Prev Build on main (#25262575586)
  • Next Build on main (#25262914456)
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