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

databendlabs / openraft / 20537272033
88%

Build:
DEFAULT BRANCH: main
Ran 27 Dec 2025 09:29AM UTC
Jobs 1
Files 253
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

27 Dec 2025 09:19AM UTC coverage: 88.528% (+0.006%) from 88.522%
20537272033

push

github

drmingdrmer
change: remove `SnapshotTransport` trait, make `Chunked` generic

Remove the `SnapshotTransport` trait and move its methods directly onto
`Chunked<C>` as inherent methods. This simplifies the API by eliminating
the trait indirection.

Changes:
- Make `Chunked` generic over `C: RaftTypeConfig`
- Remove `SnapshotTransport` trait definition

Upgrade tip:

Replace trait method calls with inherent method calls:
- `Chunked::send_snapshot(...)` → `Chunked::<C>::send_snapshot(...)`
- `Chunked::receive_snapshot(...)` → `Chunked::<C>::receive_snapshot(...)`

Remove `use SnapshotTransport` imports as the trait no longer exists.

4 of 5 new or added lines in 2 files covered. (80.0%)

3 existing lines in 2 files now uncovered.

15719 of 17756 relevant lines covered (88.53%)

159741.96 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
0.0
0.0% openraft/src/network/v2/adapt_v1.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
83.33
0.0% openraft/src/metrics/serde_instant.rs
2
93.33
-1.67% openraft/src/replication/stream_state.rs
Jobs
ID Job ID Ran Files Coverage
1 20537272033.1 27 Dec 2025 09:29AM UTC 253
88.53
GitHub Action Run
Source Files on build 20537272033
  • Tree
  • List 253
  • Changed 6
  • Source Changed 3
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20537272033
  • f69b3df0 on github
  • Prev Build on main (#20536877331)
  • Next Build on main (#20548630084)
  • 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