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

prisma-risk / tsoracle / 26494230007
95%

Build:
DEFAULT BRANCH: main
Ran 27 May 2026 06:19AM UTC
Jobs 1
Files 92
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

27 May 2026 06:13AM UTC coverage: 94.908%. Remained the same
26494230007

push

github

web-flow
refactor(driver-paxos): make tsoracle_consensus the canonical AdvancePayload path (#570)

`AdvancePayload` is a trait-shared payload (it crosses the
`ConsensusDriver` boundary), not a paxos-internal type. Re-exporting
it from `tsoracle-driver-paxos` created two equally-valid import
paths for the same nominal type, with no convention for which to use
— internal paxos code reached for `tsoracle_consensus::AdvancePayload`,
while integration tests drifted to `tsoracle_driver_paxos::AdvancePayload`.
The doc-comment justification ("so consumers can build commands without
depending on `tsoracle-consensus`") was illusory: every consumer
already needs `tsoracle-consensus` for `ConsensusDriver` / `ConsensusError`.

Delete the re-export at lib.rs:42-44 and sweep the 13 paxos integration
tests + `examples/paxos-piggyback/src/host_service.rs` to import
`AdvancePayload` from `tsoracle_consensus` directly. No Cargo.toml
changes — both crates already depend on `tsoracle-consensus`.

Single canonical path going forward; reduces the cognitive-load
foothold that would otherwise repeat for every future trait-shared
type (`LeaderState`, `ConsensusError`, …).

Signed-off-by: Sebastian Thiebaud <sebastian@prismarisk.com>

14184 of 14945 relevant lines covered (94.91%)

359626.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26494230007.1 27 May 2026 06:19AM UTC 92
94.91
GitHub Action Run
Source Files on build 26494230007
  • Tree
  • List 92
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26494230007
  • 2897923b on github
  • Prev Build on main (#26493843218)
  • Next Build on main (#26494548553)
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