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

dangernoodle-io / breadboard / 25137450350
100%

Build:
DEFAULT BRANCH: main
Ran 29 Apr 2026 10:36PM 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 10:36PM UTC coverage: 100.0%. Remained the same
25137450350

push

github

web-flow
fix(bb_http): clamp max_open_sockets to LWIP_MAX_SOCKETS-3 (#155)

esp-idf httpd reserves 3 sockets internally and asserts that
max_open_sockets <= CONFIG_LWIP_MAX_SOCKETS - 3 at startup. if the
configured value exceeds this cap, httpd_start aborts with "Config
option max_open_sockets is too large", causing a prov-mode bootloop.

this was triggered in TaipanMiner v0.16.0/v0.16.1 when LWIP_MAX_SOCKETS
was reduced to 8 on the tdongle-s3 target: the default max_open_sockets
of 9 exceeds the effective cap of 5, crashing every provisioning attempt.

the clamp is applied unconditionally at runtime so no consumer sdkconfig
changes are required. a bb_log_w warning is emitted when the value is
reduced so consumers can spot accidental over-tuning in their logs.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

336 of 336 branches covered (100.0%)

Branch coverage included in aggregate %.

527 of 527 relevant lines covered (100.0%)

487.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25137450350.1 29 Apr 2026 10:36PM UTC 9
100.0
GitHub Action Run
Source Files on build 25137450350
  • 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 #25137450350
  • 7a43f6a5 on github
  • Prev Build on main (#25124245841)
  • Next Build on main (#25138089590)
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