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

databendlabs / openraft / 18691592738
92%

Build:
DEFAULT BRANCH: main
Ran 21 Oct 2025 05:06PM 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.178% (-0.1%) from 91.295%
18691592738

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%)

4 existing lines in 2 files now uncovered.

11834 of 12979 relevant lines covered (91.18%)

139192.26 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
Jobs
ID Job ID Ran Files Coverage
1 18691592738.1 21 Oct 2025 05:06PM UTC 199
91.18
GitHub Action Run
Source Files on build 18691592738
  • Tree
  • List 199
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #18691592738
  • 56e4910c on github
  • Prev Build on release-0.10 (#18689709716)
  • Next Build on main (#18709036248)
  • 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

© 2025 Coveralls, Inc