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

prisma-risk / tsoracle / 26432863242
95%

Build:
DEFAULT BRANCH: main
Ran 26 May 2026 04:53AM UTC
Jobs 1
Files 88
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

26 May 2026 04:47AM UTC coverage: 95.462%. Remained the same
26432863242

push

github

web-flow
chore(ci): guard fuzz/Cargo.lock from drift (CI check + Dependabot) (#471)

Two complementary additions so the fuzz workspace's lockfile stops
drifting silently:

- CI: new `fuzz-lockfile` job runs `cargo metadata --locked` inside
  `fuzz/` on every push and PR. The fuzz workspace is sealed off with
  its own `[workspace]` table (so `#![no_main]` harnesses don't break
  `cargo build --workspace` from the parent), which means
  workspace-wide version bumps and dep-graph changes don't propagate
  to `fuzz/Cargo.lock` until someone runs cargo inside `fuzz/`. The
  guard surfaces drift at the PR that introduced it instead of
  weeks later. Metadata-only — no compilation, so the clang/rocksdb
  dep chain stays out of the build.

- Dependabot: new cargo updates entry for `/fuzz`, weekly, grouped,
  `chore(fuzz)` prefix. Handles drift originating from upstream
  registry bumps (libfuzzer-sys, postcard, prost, tonic, etc.) that
  the CI guard alone wouldn't surface.

12979 of 13596 relevant lines covered (95.46%)

421697.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26432863242.1 26 May 2026 04:53AM UTC 88
95.46
GitHub Action Run
Source Files on build 26432863242
  • Tree
  • List 88
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26432863242
  • 8b27376f on github
  • Prev Build on main (#26432433450)
  • Next Build on main (#26433512002)
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