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

dangernoodle-io / TaipanMiner / 26701686737
90%

Build:
DEFAULT BRANCH: main
Ran 31 May 2026 03:03AM 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

31 May 2026 03:02AM UTC coverage: 90.362% (-0.01%) from 90.373%
26701686737

push

github

web-flow
feat(mining): per-board unicore yield mask (CONFIG_MINING_UNICORE_YIELD_MASK) (#463)

- replaces the hardcoded 0x3FFF unicore yield_mask in mining.c with
  CONFIG_MINING_UNICORE_YIELD_MASK (Kconfig, default 0x3FFF, depends on
  FREERTOS_UNICORE) so single-core boards can tune yield cadence
- sets esp32-c3-supermini and esp32-s2-mini to 0x1FFF (yield every 8K nonces)
- s2: 0x1FFF is the knee — hashrate plateaus (~247 kH/s) and HTTP latency is
  best here; sparser masks add <1% throughput but explode latency (0xFFFF:
  p90 1507ms vs 66ms at 0x1FFF)
- c3: hashrate is mask-insensitive in the 0x1FFF-0xFFFF range (~312 kH/s once
  thermally settled); 0x1FFF chosen for parity with the s2 + marginally tighter
  latency. methodology caveat: a 90s post-flash settle under-reads c3
  hashrate_1m (the rolling avg is still filling) — values picked on latency
- dual-core boards unchanged (0x3FFFF)
- validated on-device: c3 (172.16.1.110) + s2 (172.16.1.107), rejected=0

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

2595 of 3258 branches covered (79.65%)

Branch coverage included in aggregate %.

5252 of 5426 relevant lines covered (96.79%)

152203.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 webui - 26701686737.1 31 May 2026 03:04AM UTC 76
91.44
GitHub Action Run
2 native - 26701686737.2 31 May 2026 03:03AM UTC 29
90.14
GitHub Action Run
3 e2e - 26701686737.3 31 May 2026 03:05AM UTC 55
57.47
GitHub Action Run
Source Files on build 26701686737
  • Tree
  • List 105
  • Changed 3
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26701686737
  • 431f5932 on github
  • Prev Build on main (#26698603066)
  • Next Build on main (#26702397875)
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