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

dangernoodle-io / TaipanMiner / 26670007411
90%

Build:
DEFAULT BRANCH: main
Ran 30 May 2026 01:00AM UTC
Jobs 3
Files 105
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

30 May 2026 12:59AM UTC coverage: 90.472% (-0.01%) from 90.483%
26670007411

push

github

web-flow
fix(mining): serialize cross-core DPORT reads in SHA driver (classic ESP32 erratum) (#451)

- replace raw `*sha_busy` volatile pointer reads with `DPORT_REG_READ(SHA_256_BUSY_REG)` at all five wait-idle sites in the kernel hot loop — raw reads are unsafe across cores under the DPORT bus erratum
- replace raw `sha_text[7]` early-reject read with `DPORT_REG_READ(SHA_TEXT_BASE + 7*4)` — a stale zero from the other core caused the spurious zero-hash pass-through confirmed on wroom32
- drop the now-unused `sha_busy` volatile pointer from the kernel's local declarations
- reverts the core-0 pin approach (2f3734e + bc6c90d) in favour of fixing the erratum at the register-access layer; mining stays on core 1, task topology unchanged

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

2568 of 3225 branches covered (79.63%)

Branch coverage included in aggregate %.

5199 of 5360 relevant lines covered (97.0%)

154076.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 native - 26670007411.1 30 May 2026 01:00AM UTC 29
90.48
GitHub Action Run
2 e2e - 26670007411.2 30 May 2026 01:02AM UTC 55
57.5
GitHub Action Run
3 webui - 26670007411.3 30 May 2026 01:01AM UTC 76
91.42
GitHub Action Run
Source Files on build 26670007411
  • Tree
  • List 105
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26670007411
  • f2f5e2f8 on github
  • Prev Build on main (#26649962175)
  • Next Build on main (#26670276352)
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