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

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

Build:
DEFAULT BRANCH: main
Ran 04 Dec 2025 02:34PM UTC
Files 229
Run time 10s
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

04 Dec 2025 02:23PM UTC coverage: 92.705% (+0.002%) from 92.703%
19932511981.1

push

github

drmingdrmer
change: add `subscribe()` method to `WatchSender` trait

Add the ability to create new receivers from a watch channel sender,
mirroring tokio's `watch::Sender::subscribe()` API.

Changes:
- Add `subscribe()` method to `WatchSender` trait
- Implement for tokio, monoio, and compio runtimes
- Add `test_watch_subscribe()` to runtime test suite

Upgrade tip:

If you implement `WatchSender` trait, add the new `subscribe()` method:

```rust
fn subscribe(&self) -> W::Receiver<T> {
    // Return a new receiver connected to this sender
}
```

14169 of 15284 relevant lines covered (92.7%)

151566.06 hits per line

Source Files on job 19932511981.1
  • Tree
  • List 229
  • Changed 5
  • Source Changed 3
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19932511981
  • 093b83f7 on github
  • Prev Job for on main (#19931711762.1)
  • Next Job for on main (#19951606878.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