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

prisma-risk / tsoracle / 26312562955
95%

Build:
DEFAULT BRANCH: main
Ran 22 May 2026 09:24PM UTC
Jobs 1
Files 54
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

22 May 2026 09:21PM UTC coverage: 95.893%. Remained the same
26312562955

push

github

web-flow
feat(paxos-toolkit): scaffold crate and add omnipaxos workspace deps (#163)

* build(workspace): add omnipaxos and omnipaxos_storage dependencies

* feat(paxos-toolkit): scaffold crate skeleton

* refactor(paxos-toolkit): match openraft-toolkit conventions

Three style alignments with the sibling crate:

- Make the failpoint module private (#[macro_use] mod failpoint) instead
  of pub. Failpoint infrastructure is implementation detail; the macros
  remain accessible via #[macro_export] at the crate root regardless.
- Drop the per-file panic-policy attribute from every submodule. The
  crate-root attribute in lib.rs applies workspace-wide, so the per-file
  repetition was redundant noise.
- Switch test_fakes/mod.rs to #![allow(clippy::unwrap_used,
  clippy::expect_used)]. Test fakes routinely use .unwrap(); exempting
  the sub-tree matches how the openraft toolkit handles its fakes and
  prevents a latent clippy failure the moment any fake is implemented.

Also switch the docsrs feature gate from doc_cfg to doc_auto_cfg so
feature-gated items render correctly in docs.rs without manual
doc(cfg(...)) annotations on every item.

* build(workspace): swap paste for pastey

paste 1.0.15 is flagged unmaintained (RUSTSEC-2024-0436) and the cargo-deny
advisories job rejects it. pastey is a drop-in fork maintained as a continuation,
with the same macro surface (paste! / paste::paste!). The macros.rs stub does
not yet reference the macro, so this is a Cargo.toml-only change; the
declare_omnipaxos_types_ext! definition (which will use pastey::paste!) lands
with the toolkit's macro work.

7542 of 7865 relevant lines covered (95.89%)

728027.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26312562955.1 22 May 2026 09:24PM UTC 54
95.89
GitHub Action Run
Source Files on build 26312562955
  • Tree
  • List 54
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26312562955
  • 90bea984 on github
  • Prev Build on main (#26310857745)
  • Next Build on main (#26313652945)
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