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

dangernoodle-io / TaipanMiner / 26197721446 / 3
90%
main: 90%

Build:
DEFAULT BRANCH: main
Ran 21 May 2026 12:23AM UTC
Files 54
Run time 2s
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 12:19AM UTC coverage: 56.382%. Remained the same
26197721446.3

push

github

web-flow
fix(webui): keep pool_handler snapshot off the heap (#414)

The per-pool stats[] array (832B) was bolted onto pool_snapshot_t in the
TA-413 PR, pushing it from ~1880B to ~2712B and forcing a calloc/free on
every /api/pool request (5s polling). On classic ESP32 the resulting
heap churn fragmented free memory and contributed to a heap_min_ever of
~7KB on esp32-wroom32 under SSE load.

Move stats[] out of the snapshot struct into a local stack array in
pool_handler, emitted via a new emit_pool_stats_json() helper after
build_pool_json(). Snapshot shrinks back to ~1880B (stack-safe), the
per-call heap alloc goes away, and the JSON shape is unchanged.

577 of 1261 branches covered (45.76%)

Branch coverage included in aggregate %.

1455 of 2343 relevant lines covered (62.1%)

13.59 hits per line

Source Files on job e2e - 26197721446.3
  • Tree
  • List 54
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 26197721446
  • c8f2f1e6 on github
  • Prev Job for on main (#26175626047.2)
  • Next Job for on main (#26200096183.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc