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

dangernoodle-io / breadboard / 26243012956
100%

Build:
DEFAULT BRANCH: main
Ran 21 May 2026 05:44PM UTC
Jobs 1
Files 20
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

21 May 2026 05:43PM UTC coverage: 100.0%. Remained the same
26243012956

push

github

web-flow
fix(bb_http): actually enable LWIP_NETCONN_SEM_PER_THREAD via CMake (B1-228) (#301)

LWIP_NETCONN_SEM_PER_THREAD is a lwip C macro, not an ESP-IDF Kconfig
symbol. PR #295's `select LWIP_NETCONN_SEM_PER_THREAD` directive was a
silent no-op — Kconfig only `select`s other Kconfig symbols, and lwip
exposes none for this knob. CONFIG_BB_HTTP_LWIP_SEM_PER_THREAD shipped
=1 in consumer builds but CONFIG_LWIP_NETCONN_SEM_PER_THREAD never
materialized; the per-thread sem path never compiled in.

Verified by grep on a downstream consumer's build sdkconfig.h: knob
present, define absent. Same consumer kept aborting in lwip_select on
the same backtrace we cited as justification for #295, despite the
knob being on. The "fix" never reached the runtime.

Switch to injecting -DLWIP_NETCONN_SEM_PER_THREAD=1 into build-wide
COMPILE_OPTIONS from bb_http's CMakeLists when the Kconfig knob is on.
Verified on a downstream consumer: the define now lands in every
compile command in compile_commands.json.

Resolves B1-228. Re-opens B1-224 validation (it was never actually
running on bench).

1206 of 1206 branches covered (100.0%)

Branch coverage included in aggregate %.

2088 of 2088 relevant lines covered (100.0%)

921.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26243012956.1 21 May 2026 05:44PM UTC 20
100.0
GitHub Action Run
Source Files on build 26243012956
  • Tree
  • List 20
  • 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 #26243012956
  • 822a0593 on github
  • Prev Build on main (#26238406363)
  • Next Build on main (#26251706077)
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