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

databendlabs / openraft / 20523699085
88%

Build:
DEFAULT BRANCH: main
Ran 26 Dec 2025 02:07PM UTC
Jobs 1
Files 252
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

26 Dec 2025 01:52PM UTC coverage: 88.531% (+0.07%) from 88.46%
20523699085

push

github

drmingdrmer
refactor: make examples runtime-agnostic using `futures` crate types

Replace abstract runtime types with concrete `futures` crate types to make
examples runtime-agnostic and simpler to understand.

Changes:
- Replace `TypeConfig::mpsc()` with `futures::channel::mpsc::channel()`
- Replace `MpscSenderOf`/`MpscReceiverOf` with `mpsc::Sender`/`mpsc::Receiver`
- Replace `OneshotSenderOf` with `oneshot::Sender`
- Replace `MutexOf<TypeConfig, T>` with `futures::lock::Mutex<T>`
- Remove `OptionalSend` bound from `AsyncRuntime::block_on`
- Remove unused tokio dependencies from example Cargo.toml files
- Re-export `TypeConfig` from `declare_types.rs` for use in examples

3 of 3 new or added lines in 3 files covered. (100.0%)

5 existing lines in 1 file now uncovered.

15608 of 17630 relevant lines covered (88.53%)

159991.17 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
5
90.43
6.79% openraft/src/type_config/util.rs
Jobs
ID Job ID Ran Files Coverage
1 20523699085.1 26 Dec 2025 02:07PM UTC 252
88.53
GitHub Action Run
Source Files on build 20523699085
  • Tree
  • List 252
  • Changed 4
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20523699085
  • db4392c3 on github
  • Prev Build on main (#20507971351)
  • Next Build on main (#20524818897)
  • 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