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

dangernoodle-io / breadboard / 25138089590
100%

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

push

github

web-flow
jae/lower http max open sockets default (#156)

* chore(bb_http): lower BB_HTTP_MAX_OPEN_SOCKETS default 9 -> 5

The runtime clamp from PR #155 (fix: clamp max_open_sockets to LWIP_MAX_SOCKETS-3)
already enforces the safety bound at runtime. This PR aligns the Kconfig default
with the most-restrictive realistic LWIP socket pool: LWIP_MAX_SOCKETS=8 yields
a client cap of 5 (= 8 - 3 reserved). 5 is a safe lower bound that fits any
reasonable LWIP default ESP-IDF projects ship with (IDF default 10 → cap 7,
TaipanMiner's reduced 8 → cap 5). Menuconfig numbers now reflect runtime reality.

No release needed — picks up on next breadboard tag.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* chore(bb_http): align help text with default of 5

The Kconfig default has been 5, but the help text still described it as
"Default 9". This aligns help text with reality.

The runtime clamp from #155 enforces max_open_sockets <= LWIP_MAX_SOCKETS-3,
so the menuconfig number now reflects the most-restrictive realistic LWIP
cap (LWIP=8 -> cap=5). No release needed — picks up on next bb tag.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 <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 25138089590.1 29 Apr 2026 10:55PM UTC 9
100.0
GitHub Action Run
Source Files on build 25138089590
  • 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 #25138089590
  • 506e3507 on github
  • Prev Build on main (#25137450350)
  • Next Build on main (#25143265154)
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