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

dangernoodle-io / TaipanMiner / 27105993503
90%

Build:
DEFAULT BRANCH: main
Ran 07 Jun 2026 09:57PM UTC
Jobs 3
Files 106
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

07 Jun 2026 09:56PM UTC coverage: 90.573% (-0.01%) from 90.584%
27105993503

push

github

web-flow
chore(mining): extract pool_stats from mining_stats_t + size guard (code health) (#517)

mining_stats_t embedded a 944 B mining_pool_stats_t, making it ~1160 B and the
dominant object in mining.c's hot-loop BSS region. Extract it to a file-scope
static in mining_pool_stats.c (restoring mining_stats_t to ~184 B) and add a
static_assert capping the size so future growth can't silently re-bloat the
hot region. Also align the S3/AHB per-nonce statics (block2, hw_ctx) to the
64-byte S3 cache line, and correct the stale CLAUDE.md eff figure (wroom32 is
~95% of ceiling, not 65-70%).

Code hygiene, NOT the TA-413 perf fix: a targeted struct-revert recovered ~0%
on-device and wroom32 measures ~95% of its kernel ceiling, so the 3.6% is
unconfirmed. This just keeps the struct lean + caps the class.

Locking unchanged (pool_stats still guarded by mining_stats.mutex). bitaxe
ASIC path verified on-device (boots / mines / pool stats correct).

2841 of 3537 branches covered (80.32%)

Branch coverage included in aggregate %.

5422 of 5586 relevant lines covered (97.06%)

147866.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 webui - 27105993503.1 07 Jun 2026 09:59PM UTC 77
91.07
GitHub Action Run
2 native - 27105993503.2 07 Jun 2026 09:57PM UTC 29
91.23
GitHub Action Run
3 e2e - 27105993503.3 07 Jun 2026 10:00PM UTC 56
57.78
GitHub Action Run
Source Files on build 27105993503
  • Tree
  • List 106
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27105993503
  • d07a231f on github
  • Prev Build on main (#27079401987)
  • Next Build on main (#27109286977)
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