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

dcdpr / jp / 25497345506
66%

Build:
DEFAULT BRANCH: main
Ran 07 May 2026 01:04PM UTC
Jobs 1
Files 299
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

07 May 2026 01:00PM UTC coverage: 66.139%. Remained the same
25497345506

push

github

web-flow
ci: Add path filtering, sccache, and `--locked` to CI (#619)

Add a `changes` job that detects which files were modified and exposes
per-task boolean outputs. Each matrix task in the `rust` job checks its
flag before running, skipping toolchain setup, caching, and build steps
entirely when no relevant files changed. This cuts CI time on PRs that
only touch unrelated paths.

Integrate `mozilla-actions/sccache-action` so compilation artifacts are
shared across runs via the GHA object store. `SCCACHE_GHA_ENABLED` and
`RUSTC_WRAPPER` are set dynamically to activate it only when the task is
actually running.

Add `CARGO_PROFILE_*_DEBUG` env vars to minimize debug info in CI
profiles, reducing artifact size and link time.

Add `--locked` to all CI `cargo` invocations (`clippy`, `doc`,
`llvm-cov`, and `nextest`) so builds always use the committed
`Cargo.lock`, preventing silent dependency drift from causing flaky
failures.

Replace the `just test` indirection in `test-ci` with a direct `cargo
nextest run --locked` call, making the command explicit and consistent
with the other locked CI commands.

---------

Signed-off-by: Jean Mertz <git@jeanmertz.com>

25603 of 38711 relevant lines covered (66.14%)

227.42 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25497345506.1 07 May 2026 01:04PM UTC 299
66.14
GitHub Action Run
Source Files on build 25497345506
  • Tree
  • List 299
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25497345506
  • 70a63b46 on github
  • Prev Build on main (#25493778179)
  • Next Build on main (#25501572885)
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