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

dangernoodle-io / TaipanMiner / 25304791161
90%

Build:
DEFAULT BRANCH: main
Ran 04 May 2026 06:39AM UTC
Jobs 1
Files 28
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

04 May 2026 06:38AM UTC coverage: 92.537%. Remained the same
25304791161

push

github

web-flow
fix(mining): wrap DPORT self-test caller with SHA peripheral acquire (#329)

mining_run_self_tests() called sha256_hw_dport_self_test() without holding
the SHA lock or enabling the peripheral clock, so digest reads returned
zeros and the abc-vector check failed. The gate then halted mining + stratum
on every WROOM-32 boot.

Wrap the caller (not the callee) — sha256_hw_dport_init() already holds the
lock when it calls self_test, and esp_crypto_sha_aes_lock is non-recursive,
so adding acquire/release inside self_test would deadlock the mining task on
its second-acquire attempt during backend init.

Document the lock-held precondition in the self_test header.

724 of 868 branches covered (83.41%)

Branch coverage included in aggregate %.

1632 of 1678 relevant lines covered (97.26%)

246013.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25304791161.1 04 May 2026 06:39AM UTC 28
92.54
GitHub Action Run
Source Files on build 25304791161
  • Tree
  • List 28
  • 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 #25304791161
  • 83b50887 on github
  • Prev Build on main (#25303799631)
  • Next Build on main (#25333059856)
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