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

dangernoodle-io / TaipanMiner / 26201763086
90%

Build:
DEFAULT BRANCH: main
Ran 21 May 2026 02:27AM UTC
Jobs 3
Files 101
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 02:25AM UTC coverage: 89.988%. Remained the same
26201763086

push

github

web-flow
fix(sdkconfig): enable LWIP_TCPIP_CORE_LOCKING to avoid bb_http abort race (#418)

Under SSE + polling load on bitaxe-650 / esp32-wroom32, the device aborts
in tcpip_send_msg_wait_sem (tcpip.c:461) inside the bb_http chunked JSON
emitter. The non-core-locking lwip path posts a tcpip_msg to the tcpip
task mbox and waits on netconn->op_completed_sem; if the peer closes the
socket mid-stream and the netconn is freed before the next chunk, the
LWIP_ASSERT on the (now invalid) sem fires and panics.

/api/pool now emits ~200 chunks per response after the per-pool stats
array landed (PR #413), so the race window per request is wide. Each
chunk is a separate lwip_send and re-runs the assert path.

Enabling CONFIG_LWIP_TCPIP_CORE_LOCKING takes the lwip global lock and
runs the callback inline instead of round-tripping through the tcpip
mbox + sem — the assert path doesn't execute at all. Modest perf cost;
well-supported in IDF.

The durable fix belongs in bb_http (short-circuit chunked writes on
peer-closed netconns) and is filed as breadboard B1-223.

2498 of 3164 branches covered (78.95%)

Branch coverage included in aggregate %.

5061 of 5236 relevant lines covered (96.66%)

157713.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 native - 26201763086.1 21 May 2026 02:27AM UTC 29
89.83
GitHub Action Run
2 e2e - 26201763086.2 21 May 2026 02:28AM UTC 54
56.26
GitHub Action Run
3 webui - 26201763086.3 21 May 2026 02:27AM UTC 72
91.3
GitHub Action Run
Source Files on build 26201763086
  • Tree
  • List 101
  • 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 #26201763086
  • 2f14152d on github
  • Prev Build on main (#26201249225)
  • Next Build on main (#26202533741)
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