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

prisma-risk / tsoracle / 26346177248 / 1
95%
main: 95%

Build:
DEFAULT BRANCH: main
Ran 23 May 2026 11:22PM UTC
Files 74
Run time 2s
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.1

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

Source Files on job 26346177248.1
  • Tree
  • List 74
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 26346177248
  • fd9de1ce on github
  • Prev Job for on main (#26344751859.1)
  • Next Job for on main (#26346184067.1)
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