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

prisma-risk / tsoracle / 26346177248
95%

Build:
DEFAULT BRANCH: main
Ran 23 May 2026 11:22PM UTC
Jobs 1
Files 74
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 11:18PM UTC coverage: 94.692%. Remained the same
26346177248

push

github

web-flow
fix(server): require test-fakes for fence_yieldpoint integration test (#230)

The fence_yieldpoint integration test is cfg-gated on the yieldpoints
feature but imports test_fakes::InMemoryDriver and calls
Server::run_leader_watch_for_tests(), both exported only under
#[cfg(any(test, feature = "test-fakes"))]. Integration tests compile
the library as a dependency, so its cfg(test) does not expose those
items. Without a [[test]] entry, the documented per-crate command
cargo test -p tsoracle-server --features yieldpoints fails to compile
(E0432, E0599); all-features CI masks the gap.

Add a [[test]] target declaring required-features = ["yieldpoints",
"test-fakes"], matching the convention used by the other server
integration tests. Cargo now skips the target when the feature set is
insufficient instead of failing to build.

10204 of 10776 relevant lines covered (94.69%)

1496762.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26346177248.1 23 May 2026 11:22PM UTC 74
94.69
GitHub Action Run
Source Files on build 26346177248
  • Tree
  • List 74
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26346177248
  • fd9de1ce on github
  • Prev Build on main (#26344751859)
  • Next Build on main (#26346184067)
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