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

dangernoodle-io / breadboard / 25980429767
100%

Build:
DEFAULT BRANCH: main
Ran 17 May 2026 03:40AM UTC
Jobs 1
Files 16
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

17 May 2026 03:38AM UTC coverage: 100.0%. Remained the same
25980429767

push

github

web-flow
feat(bb_diag): GET /api/diag/sockets — LWIP TCP state distribution (#240)

Returns a JSON snapshot of every active TCP PCB and counts by state.
Built to investigate suspected CLOSE_WAIT / FIN_WAIT_2 pile-up that
appears to exhaust the LWIP socket pool after sustained SSE churn.

Walks tcp_active_pcbs + tcp_tw_pcbs + tcp_bound_pcbs + tcp_listen_pcbs
under LOCK_TCPIP_CORE. Output:
  - lwip_max_sockets (compile-time)
  - in_use (count of all non-CLOSED PCBs)
  - by_state (per-state count)
  - pcbs[] (local_port, remote_ip:port, state per PCB)

No expected effect on normal operation; endpoint is read-only.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

752 of 752 branches covered (100.0%)

Branch coverage included in aggregate %.

1340 of 1340 relevant lines covered (100.0%)

1118.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25980429767.1 17 May 2026 03:40AM UTC 16
100.0
GitHub Action Run
Source Files on build 25980429767
  • Tree
  • List 16
  • 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 #25980429767
  • 039fb0b6 on github
  • Prev Build on main (#25978940229)
  • Next Build on main (#25980529271)
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