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

dangernoodle-io / TaipanMiner / 25613691121
90%

Build:
DEFAULT BRANCH: main
Ran 09 May 2026 10:44PM UTC
Jobs 1
Files 66
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

09 May 2026 10:43PM UTC coverage: 45.238%. Remained the same
25613691121

push

github

web-flow
ci: wire ccache via CMake launcher + PATH masquerade (#353)

PR #352's IDF_CCACHE_ENABLE didn't take effect because PIO uses its
own SCons wrapper around ESP-IDF and doesn't honor that flag. The
ccache stats step on the next build showed 0/5 GiB used.

Switch to CMake's documented launcher mechanism: setting
CMAKE_C_COMPILER_LAUNCHER=ccache and CMAKE_CXX_COMPILER_LAUNCHER=ccache
as job-level env makes CMake prepend ccache to every compile
invocation regardless of toolchain path.

As belt-and-suspenders, also create /usr/lib/ccache symlinks for the
xtensa-esp32s3 and riscv32-esp toolchains and prepend that dir to
PATH so any non-CMake invocations get caught by the masquerade
mechanism.

Initialize CCACHE_DIR explicitly so the cache dir exists before the
cache-save step runs (eliminates the 'Path Validation Error' warning).
Use absolute path /home/runner/.cache/ccache for the cache action's
path input since GHA cache plugin doesn't expand ~.

ccache stats step uses -s -v for per-phase breakdown.

848 of 2300 branches covered (36.87%)

Branch coverage included in aggregate %.

1817 of 3591 relevant lines covered (50.6%)

229923.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25613691121.1 09 May 2026 10:44PM UTC 66
45.24
GitHub Action Run
Source Files on build 25613691121
  • Tree
  • List 66
  • 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 #25613691121
  • 0bb9e000 on github
  • Prev Build on main (#25613532302)
  • Next Build on main (#25614061770)
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