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

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

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

11488 of 12599 relevant lines covered (91.18%)

103946.15 hits per line

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