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

dangernoodle-io / TaipanMiner / 25981231415
90%

Build:
DEFAULT BRANCH: main
Ran 17 May 2026 04:24AM UTC
Jobs 3
Files 94
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 04:23AM UTC coverage: 89.713% (-0.004%) from 89.717%
25981231415

push

github

web-flow
fix(diag): serialize Diagnostics page fetches to avoid httpd burst (#407)

init() previously fired 5-7 parallel fetch() calls (diag/asic, levels,
heap, tasks, panic, abnormal-resets) the instant the page mounted.
Each one consumed an httpd client socket simultaneously, blowing past
bb_http's max_open_sockets cap on devices with tight LWIP socket
pools — operator saw "httpd_accept_conn: error in accept (23)" in
device logs.

Convert init() to async and await the data fetches in sequence. SSE
stream (long-lived) starts in parallel since it doesn't compete with
the burst. Page renders immediately; panels populate as their fetch
resolves. End-to-end load is a few hundred ms slower at worst, not
operator-visible, and removes the spike entirely.

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

2373 of 3013 branches covered (78.76%)

Branch coverage included in aggregate %.

8 of 8 new or added lines in 1 file covered. (100.0%)

4700 of 4871 relevant lines covered (96.49%)

169525.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 native - 25981231415.1 17 May 2026 04:24AM UTC 28
89.18
GitHub Action Run
2 webui - 25981231415.2 17 May 2026 04:25AM UTC 66
91.31
GitHub Action Run
3 e2e - 25981231415.3 17 May 2026 04:26AM UTC 48
56.79
GitHub Action Run
Source Files on build 25981231415
  • Tree
  • List 94
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25981231415
  • 39b9b4df on github
  • Prev Build on main (#25981080623)
  • Next Build on main (#26005296787)
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