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

dangernoodle-io / TaipanMiner / 26543051943
90%

Build:
DEFAULT BRANCH: main
Ran 27 May 2026 10:42PM UTC
Jobs 3
Files 102
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

27 May 2026 10:42PM UTC coverage: 90.151%. Remained the same
26543051943

push

github

web-flow
feat(mining): hot-loop cache-isolation guards (doc rule + runtime eff%) (#436)

Adds two protective mechanisms against future recurrences of the
hot-loop cache regression fixed in PR #435 (TA-392):

1. CLAUDE.md convention: any per-nonce data read by mine_nonce_range
   MUST be `static __attribute__((aligned(32)))`. Reviewers can enforce.
   Explains the mechanism (stack-base shifts with BSS growth cause
   D-cache aliasing on hot reads) and points at the historical example.

2. Runtime efficiency log: every Tier-2 yield now emits `eff: NN.N%`
   alongside the hashrate, computed as actual / sha_khs_ceiling.
   Per-board healthy range:
     - tdongle-s3 (S3 + AHB SHA):    99-101% of ceiling
     - esp32-wroom32 (DPORT):        65-70% of ceiling (early-reject mix)
   Sustained drops vs the board's historical steady state are the
   tripwire for cache/contention regressions. CI or operators can grep
   for the value; no false-positive-prone threshold gating.

verified on tdongle-s3 .78 (post-#435):
  hw: 307.8 kH/s | shares: 0 | eff: 101.2%

454 host tests pass. All 5 boards build.

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

2549 of 3217 branches covered (79.24%)

Branch coverage included in aggregate %.

5158 of 5332 relevant lines covered (96.74%)

154876.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 native - 26543051943.1 27 May 2026 10:42PM UTC 29
90.48
GitHub Action Run
2 webui - 26543051943.2 27 May 2026 10:43PM UTC 73
91.16
GitHub Action Run
3 e2e - 26543051943.3 27 May 2026 10:44PM UTC 55
56.56
GitHub Action Run
Source Files on build 26543051943
  • Tree
  • List 102
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26543051943
  • b0619660 on github
  • Prev Build on main (#26537435963)
  • Next Build on main (#26546510444)
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