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

dangernoodle-io / breadboard / 25092885231
100%

Build:
DEFAULT BRANCH: main
Ran 29 Apr 2026 05:43AM UTC
Jobs 1
Files 9
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

29 Apr 2026 05:42AM UTC coverage: 100.0%. Remained the same
25092885231

push

github

web-flow
fix(bb_http): unified streaming JSON via bb_http_resp_send_json (#146)

Adds bb_http_resp_send_json that streams documents via chunked
transfer-encoding (no contiguous serialize buffer required).
Migrates 9 JSON-emitting handlers to the new path: openapi,
manifest, info, ota_pull (×2), board, wifi (×2), log.

The previous bb_json_serialize → bb_http_resp_send pattern needed
a single contiguous heap alloc the size of the full response,
which fails on heap-fragmented consumers (TM bitaxe-403: free_heap
~82 KB but largest_free_block < 32 KB → openapi.json returns 500).
Worst-case alloc now shrinks to a single subtree.

bb_json_serialize stays for non-HTTP callers and host tests.

Closes B1-110, B1-112.

330 of 330 branches covered (100.0%)

Branch coverage included in aggregate %.

521 of 521 relevant lines covered (100.0%)

479.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25092885231.1 29 Apr 2026 05:42AM UTC 9
100.0
GitHub Action Run
Source Files on build 25092885231
  • Tree
  • List 9
  • 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 #25092885231
  • 57c2c25f on github
  • Prev Build on main (#25092645950)
  • Next Build on main (#25093028093)
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