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

databendlabs / openraft / 18425752089
88%

Build:
DEFAULT BRANCH: main
Ran 11 Oct 2025 06:39AM 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.182% (-0.008%) from 91.19%
18425752089

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.

11488 of 12599 relevant lines covered (91.18%)

103946.15 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
88.59
-0.14% openraft/src/core/raft_core.rs
1
82.09
0.0% openraft/src/metrics/serde_instant.rs
1
81.2
0.0% openraft/src/replication/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 18425752089.1 11 Oct 2025 06:39AM UTC 197
91.18
GitHub Action Run
Source Files on build 18425752089
  • 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 #18425752089
  • 5f95bbf7 on github
  • Prev Build on release-0.10 (#18414718329)
  • Next Build on main (#18443275698)
  • 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