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

prisma-risk / tsoracle / 26325125144
95%

Build:
DEFAULT BRANCH: main
Ran 23 May 2026 05:58AM UTC
Jobs 1
Files 73
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

23 May 2026 05:54AM UTC coverage: 95.266% (+0.04%) from 95.226%
26325125144

push

github

web-flow
fix(driver-paxos): qualify yieldpoint! macro path on the new sites (#199)

#196's two new yield points in `current_high_water` and `submit_advance` were merged with `crate::yieldpoint!(...)` instead of `tsoracle_yieldpoint::yieldpoint!(...)`. The fully-qualified form was the correct one — `#198` had already retired the in-tree `tsoracle_driver_paxos::yieldpoint` module — but my pre-merge fixup never reached the remote (force-push got rejected as "stale info" after the squash merge had already landed). Result: `cargo test --workspace --all-features` and the `coverage` job fail on main with `error[E0433]: could not find yieldpoint in the crate root`.

Same one-line repair on both call sites in `standalone.rs`, plus the corresponding `use tsoracle_driver_paxos::yieldpoint;` → `use tsoracle_yieldpoint as yieldpoint;` in `tests/blocking_reads_missed_notify.rs`. With the feature off the macro expands to `{}` so default builds were unaffected — that's why the original PR's `test` job (without `--all-features`) and the immediate post-merge regular test job passed.

9558 of 10033 relevant lines covered (95.27%)

499439.47 hits per line

Coverage Regressions

Lines Coverage ∆ File
8
86.09
2.65% crates/tsoracle-driver-paxos/src/standalone.rs
Jobs
ID Job ID Ran Files Coverage
1 26325125144.1 23 May 2026 05:58AM UTC 73
95.27
GitHub Action Run
Source Files on build 26325125144
  • Tree
  • List 73
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26325125144
  • 0d89f8af on github
  • Prev Build on main (#26324616640)
  • Next Build on main (#26325326024)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc