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

prisma-risk / tsoracle / 26324293080
95%

Build:
DEFAULT BRANCH: main
Ran 23 May 2026 05:16AM 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:11AM UTC coverage: 95.225%. Remained the same
26324293080

push

github

web-flow
fix(stress): gate topology::process behind cfg(unix) (#187)

`benchmarks/stress/src/topology/mod.rs` declared `pub mod process;`
unconditionally, but `process/mod.rs` imports `nix::sys::signal` and
`nix::unistd::Pid` for SIGKILL/respawn chaos, and `nix` is correctly
gated to `[target.'cfg(unix)'.dependencies]` in `Cargo.toml`. On
Windows the compiler tried to build the module and failed on the
`nix::*` imports before the runtime `bail!("process topology is
unix-only")` at `lib.rs:182` could fire, so `cargo check --workspace`
on a non-Unix host hit an immediate compile error.

The `use` of `ProcessTopology` at `lib.rs:75` and the
`TopologyKind::Process` match arm at `lib.rs:184-208` were already
gated; only the module declaration itself was missing. One
`#[cfg(unix)]` attribute closes the gap with no behavior change on
Linux/macOS, and the runtime bail remains the operator-visible
failure path on non-Unix.

Closes #134.

9553 of 10032 relevant lines covered (95.23%)

595053.31 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26324293080.1 23 May 2026 05:16AM UTC 73
95.23
GitHub Action Run
Source Files on build 26324293080
  • 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 #26324293080
  • 7af75215 on github
  • Prev Build on main (#26323931624)
  • Next Build on main (#26324330806)
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