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

dangernoodle-io / breadboard / 27453605511
100%

Build:
DEFAULT BRANCH: main
Ran 13 Jun 2026 02:16AM UTC
Jobs 1
Files 35
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 Jun 2026 02:15AM UTC coverage: 100.0%. Remained the same
27453605511

push

github

web-flow
fix(bb_http_client): write POST body in manual open flow (#405)

bb_http_client_post used esp_http_client_open() (manual flow) but relied on
esp_http_client_set_post_field(), which only applies to esp_http_client_perform().
The body was never written, so the server blocked waiting for the advertised
Content-Length body and fetch_headers hung until timeout (~10s/POST). Add the
explicit esp_http_client_write(). Found via on-hardware bb_http_pub testing;
the host mock cannot exercise the open/write path.

1665 of 1665 branches covered (100.0%)

Branch coverage included in aggregate %.

2775 of 2775 relevant lines covered (100.0%)

1076.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27453605511.1 13 Jun 2026 02:16AM UTC 35
100.0
GitHub Action Run
Source Files on build 27453605511
  • Tree
  • List 35
  • 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 #27453605511
  • 9a34e610 on github
  • Prev Build on main (#27453336886)
  • Next Build on main (#27454092506)
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