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

databendlabs / openraft / 18691592709
88%
main: 88%

Build:
Build:
LAST BUILD BRANCH: release-0.10
DEFAULT BRANCH: main
Ran 21 Oct 2025 05:05PM UTC
Jobs 1
Files 199
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

21 Oct 2025 04:39PM UTC coverage: 91.109% (-0.2%) from 91.295%
18691592709

push

github

drmingdrmer
refactor: macro `expand!` support type parameter

Now it allows to expand:

```rust
openraft_macros::expand!(
    !KEYED,
    (T, ATTR, V) => {ATTR type T = V;},
    (Responder<T>, , crate::impls::OneshotResponder<Self, T> where T: Send,),
);
```

to

```
type Responder<T> = crate::impls::OneshotResponder<Self, T> where T: Send;
```

34 of 63 new or added lines in 1 file covered. (53.97%)

7 existing lines in 3 files now uncovered.

11825 of 12979 relevant lines covered (91.11%)

138713.9 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
29
77.84
-15.91% macros/src/expand.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
82.09
0.0% openraft/src/metrics/serde_instant.rs
3
77.84
-15.91% macros/src/expand.rs
3
81.69
-4.23% openraft/src/core/heartbeat/worker.rs
Jobs
ID Job ID Ran Files Coverage
1 18691592709.1 21 Oct 2025 05:05PM UTC 199
91.11
GitHub Action Run
Source Files on build 18691592709
  • Tree
  • List 199
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #18691592709
  • 56e4910c on github
  • Prev Build on release-0.10 (#18689709716)
  • Next Build on release-0.10 (#18709036256)
  • 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