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

prisma-risk / tsoracle / 26298269392
95%

Build:
DEFAULT BRANCH: main
Ran 22 May 2026 04:03PM UTC
Jobs 1
Files 52
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

22 May 2026 03:59PM UTC coverage: 96.277%. Remained the same
26298269392

push

github

web-flow
ci: free runner disk before cargo build in test job (#119)

The workspace's debug+test binaries for the openraft + rocksdb crates
have grown past the ubuntu-latest runner's free disk budget. The final
link step in `cargo test --workspace --all-features` recently hit
ENOSPC inside `ld` (PR #114 CI run 26296774606), failing builds that
otherwise pass locally and in the coverage job.

Add `jlumbroso/free-disk-space` as the first step in the `test` job to
strip the pre-installed Android SDK / .NET / Haskell toolchains and
free ~30 GB before any cargo work begins. `tool-cache: false` keeps
`/opt/hostedtoolcache` intact; the Rust toolchain installed by
`dtolnay/rust-toolchain` lives in `~/.cargo` / `~/.rustup` and is not
touched.

Only added to the `test` job: it is the one that ran out of disk.
`coverage` (instrumented build, smaller artifacts) and `stress-smoke`
(release profile, single binary) currently pass without it.

6827 of 7091 relevant lines covered (96.28%)

75693.02 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26298269392.1 22 May 2026 04:03PM UTC 52
96.28
GitHub Action Run
Source Files on build 26298269392
  • Tree
  • List 52
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26298269392
  • e88925a9 on github
  • Prev Build on main (#26297664062)
  • Next Build on main (#26298934228)
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