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

dangernoodle-io / TaipanMiner / 25002027208
90%

Build:
DEFAULT BRANCH: main
Ran 27 Apr 2026 02:49PM UTC
Jobs 1
Files 22
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

27 Apr 2026 02:48PM UTC coverage: 92.718%. Remained the same
25002027208

push

github

web-flow
ci: split toolchain + ccache caches; no restore-keys on ccache (#224)

CI v0.15.1/v0.15.2 binaries diverged from local builds by ~265 KB and
task-watchdog rebooted on tdongle (mining_task hot loop). bitaxe was
unaffected because asic_task replaces mining_task on those boards.
Root cause: the build cache combined ~/.platformio with ~/.cache/ccache
under one key, with restore-keys falling back to the previous build's
cache prefix. PR #223 (npm ci + dependencies.lock) reduced the divergence
but ccache still served stale objects from pre-bb-v0.16.4 builds because
its key only hashed platformio.ini.

Split into two caches:
- ~/.platformio (toolchain): keyed on platformio.ini, keeps restore-keys
  (toolchain is version-pinned via the platform URL anyway).
- ~/.cache/ccache: keyed on platformio.ini + scripts/fetch_breadboard.py
  + dependencies.lock + sdkconfig defaults; NO restore-keys, so a key
  miss is a clean miss instead of a fallback to stale objects.

Refs TA-261.

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

368 of 438 branches covered (84.02%)

Branch coverage included in aggregate %.

918 of 949 relevant lines covered (96.73%)

438238.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25002027208.1 27 Apr 2026 02:49PM UTC 22
92.72
GitHub Action Run
Source Files on build 25002027208
  • Tree
  • List 22
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25002027208
  • ced40708 on github
  • Prev Build on main (#25000811472)
  • Next Build on main (#25003085771)
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