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

dangernoodle-io / TaipanMiner / 26734591816
90%

Build:
DEFAULT BRANCH: main
Ran 01 Jun 2026 04:07AM UTC
Jobs 3
Files 106
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

01 Jun 2026 04:06AM UTC coverage: 90.048% (+0.006%) from 90.042%
26734591816

push

github

web-flow
fix(webui): expected efficiency must use canonical pcore_mw (incl. board offset) (#476)

power_handler in routes.c was deriving expected efficiency from
vcore_mv × icore_ma, omitting BOARD_POWER_OFFSET_MW (5 W whole-board
offset). The canonical power source of truth is mining_stats.pcore_mw,
which asic_task.c computes as (vcore_mv × icore_ma / 1000) +
BOARD_POWER_OFFSET_MW. This made expected efficiency read ~30-40% too
optimistic — e.g. bitaxe-601 showed expected=11.46 J/TH vs actual=16.17;
with the offset, expected≈16.1 which matches actual.

fix: add mining_efficiency_jth(power_mw, hashrate_ghs) to the mining
component — pure math, host-testable, outside esp-platform — and route
all four efficiency fields in power_handler through it using pcore_mw as
the single power basis. the old vcore×icore re-derivation in the expected
path is removed entirely.

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

2769 of 3491 branches covered (79.32%)

Branch coverage included in aggregate %.

2 of 2 new or added lines in 1 file covered. (100.0%)

5411 of 5593 relevant lines covered (96.75%)

147681.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 e2e - 26734591816.1 01 Jun 2026 04:09AM UTC 56
58.32
GitHub Action Run
2 webui - 26734591816.2 01 Jun 2026 04:08AM UTC 77
90.83
GitHub Action Run
3 native - 26734591816.3 01 Jun 2026 04:07AM UTC 29
90.21
GitHub Action Run
Source Files on build 26734591816
  • Tree
  • List 106
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26734591816
  • ad8ad53a on github
  • Prev Build on main (#26733673553)
  • Next Build on main (#26758356227)
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