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

databendlabs / openraft / 27088840927
87%

Build:
DEFAULT BRANCH: main
Ran 07 Jun 2026 09:42AM UTC
Jobs 1
Files 264
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

07 Jun 2026 09:32AM UTC coverage: 86.577% (-0.02%) from 86.598%
27088840927

push

github

drmingdrmer
refactor: drop unused PartialEq/Eq derives from proposer state

# Summary

Candidate, Leader, and their embedded VecProgress are mutable runtime
state rather than value types, and nothing compares them for equality.
Remove the now-dead PartialEq/Eq derives to shrink their trait surface.

# Details

The three derives were coupled: Candidate and Leader each embed
VecProgress, so the proposers could only derive PartialEq/Eq while
VecProgress also did. Dropping all three together keeps them consistent.

All three structs are pub(crate), so this carries no public API or
#[since] impact.

16441 of 18990 relevant lines covered (86.58%)

145851.07 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
96.62
-1.45% openraft/src/replication/mod.rs
2
92.03
-0.22% openraft/src/core/raft_core.rs
2
92.59
3.7% openraft/src/core/sm/handle.rs
1
83.33
0.0% openraft/src/metrics/serde_instant.rs
Jobs
ID Job ID Ran Files Coverage
1 27088840927.1 07 Jun 2026 09:42AM UTC 264
86.58
GitHub Action Run
Source Files on build 27088840927
  • Tree
  • List 264
  • Changed 7
  • Source Changed 3
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27088840927
  • ab5ed10e on github
  • Prev Build on main (#26884372158)
  • Next Build on main (#27147503550)
  • 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