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

dangernoodle-io / breadboard / 25064061165
100%

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

28 Apr 2026 04:08PM UTC coverage: 100.0%. Remained the same
25064061165

push

github

web-flow
fix(bb_http): correct set_status lifetime and dedup Content-Type via set_type (#121)

bb_http_resp_set_status formatted the status code into a stack buffer; httpd_resp_set_status only stores the pointer, so the status string was already gone by the time the response was sent — wire showed an empty status (HTTP/1.1 \r\n). Map known codes to static literals so the storage outlives the call.

Add bb_http_resp_set_type wrapper around httpd_resp_set_type and migrate every callsite from set_header(req, "Content-Type", ...) to set_type(req, ...). Without set_type the httpd auto-emits a default Content-Type: text/html and any explicit Content-Type via set_hdr is appended, producing duplicates on the wire. Verified on hardware before/after.

272 of 272 branches covered (100.0%)

Branch coverage included in aggregate %.

431 of 431 relevant lines covered (100.0%)

146.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25064061165.1 28 Apr 2026 04:09PM UTC 7
100.0
GitHub Action Run
Source Files on build 25064061165
  • Tree
  • List 7
  • 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 #25064061165
  • 9f7ed3ed on github
  • Prev Build on main (#25061954445)
  • Next Build on main (#25064433554)
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