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

databendlabs / openraft / 18425752033
88%
main: 88%

Build:
Build:
LAST BUILD BRANCH: release-0.10
DEFAULT BRANCH: main
Ran 11 Oct 2025 06:38AM UTC
Jobs 1
Files 197
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

11 Oct 2025 06:08AM UTC coverage: 91.15% (-0.04%) from 91.19%
18425752033

push

github

drmingdrmer
refactor: example/rocksstore: improve error handling and async operations

Replace `unwrap()` calls with proper error handling throughout the
rocksstore implementation. The public `new()` function now returns
`Result<_, io::Error>` instead of panicking, making it easier for
applications to handle initialization failures gracefully.

Replace `spawn()` with `spawn_blocking()` for WAL flush operations in
state machine snapshot installation. This ensures blocking I/O runs on
the blocking thread pool instead of the async executor.

Remove unnecessary `data.clone()` calls when constructing snapshots
to avoid redundant allocations. Use `u64::MAX` constant instead of
hex literal for better readability. Remove redundant assertion in
`append()` method.

11484 of 12599 relevant lines covered (91.15%)

104020.09 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
82.09
0.0% openraft/src/metrics/serde_instant.rs
1
80.8
-0.4% openraft/src/replication/mod.rs
4
88.16
-0.57% openraft/src/core/raft_core.rs
Jobs
ID Job ID Ran Files Coverage
1 18425752033.1 11 Oct 2025 06:38AM UTC 197
91.15
GitHub Action Run
Source Files on build 18425752033
  • Tree
  • List 197
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #18425752033
  • 5f95bbf7 on github
  • Prev Build on release-0.10 (#18414718329)
  • Next Build on release-0.10 (#18443275712)
  • 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