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

dangernoodle-io / TaipanMiner / 26543051943 / 1
90%
main: 90%

Build:
DEFAULT BRANCH: main
Ran 27 May 2026 10:46PM UTC
Files 29
Run time 1s
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.481%. Remained the same
26543051943.1

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>

822 of 1012 branches covered (81.23%)

Branch coverage included in aggregate %.

1925 of 2024 relevant lines covered (95.11%)

407948.09 hits per line

Source Files on job native - 26543051943.1
  • Tree
  • List 29
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 26543051943
  • b0619660 on github
  • Prev Job for on main (#26537435963.2)
  • Next Job for on main (#26546510444.1)
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