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

databendlabs / openraft / 18425752033 / 1
88%
main: 88%

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

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

Source Files on job 18425752033.1
  • Tree
  • List 197
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 18425752033
  • 5f95bbf7 on github
  • Prev Job for on release-0.10 (#18414718329.1)
  • Next Job for on release-0.10 (#18443275712.1)
  • 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