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

databendlabs / openraft / 26870561638
87%

Build:
DEFAULT BRANCH: main
Ran 03 Jun 2026 07:38AM UTC
Jobs 1
Files 264
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

03 Jun 2026 07:35AM UTC coverage: 86.588% (+0.02%) from 86.567%
26870561638

push

github

drmingdrmer
ci: cache examples job builds with sccache and workspaces

# Summary

The `examples` CI job recompiles RocksDB's bundled C++ from source on
every run, the slowest step in the pipeline. Cache that work so reruns
reuse prior build artifacts instead of starting cold.

# Details

- Route the C/C++ compiler through sccache (`CC`/`CXX` wrappers with the
  GitHub Actions backend) and add a Setup sccache step. RocksDB object
  files are then cached at object granularity and shared across matrix
  jobs.
- Point `cache-workspaces` at `examples/${{ matrix.example }}`. Each
  example is its own workspace, so the default repo-root target cache
  never covered `examples/*/target` — including the built RocksDB
  library — leaving it rebuilt cold on every run.

16443 of 18990 relevant lines covered (86.59%)

145206.46 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
92.26
0.0% openraft/src/core/raft_core.rs
2
96.62
-0.97% openraft/src/replication/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 26870561638.1 03 Jun 2026 07:38AM UTC 264
86.59
GitHub Action Run
Source Files on build 26870561638
  • Tree
  • List 264
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26870561638
  • da55db3a on github
  • Prev Build on main (#26867642862)
  • Next Build on main (#26871198454)
  • Delete
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