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

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

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

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;
```

11825 of 12979 relevant lines covered (91.11%)

138713.9 hits per line

Source Files on job 18691592709.1
  • Tree
  • List 199
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 18691592709
  • 56e4910c on github
  • Prev Job for on release-0.10 (#18689709716.1)
  • Next Job for on release-0.10 (#18709036256.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