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

dangernoodle-io / TaipanMiner / 26734591816 / 2
90%
main: 90%

Build:
DEFAULT BRANCH: main
Ran 01 Jun 2026 04:11AM UTC
Files 77
Run time 2s
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.831%. Remained the same
26734591816.2

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>

1653 of 1993 branches covered (82.94%)

Branch coverage included in aggregate %.

2914 of 3035 relevant lines covered (96.01%)

29.59 hits per line

Source Files on job webui - 26734591816.2
  • Tree
  • List 77
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 26734591816
  • ad8ad53a on github
  • Prev Job for on main (#26733673553.2)
  • Next Job for on main (#26758356227.3)
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