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

prisma-risk / tsoracle / 26435191251
95%

Build:
DEFAULT BRANCH: main
Ran 26 May 2026 06:06AM 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 06:00AM UTC coverage: 95.462%. Remained the same
26435191251

push

github

web-flow
ci(release-plz): sync fuzz/Cargo.lock onto release PR branch (#475)

`fuzz/` is its own cargo workspace (cargo-fuzz convention) and
path-depends on workspace crates. When release-plz bumps a workspace
crate's `[package].version`, fuzz/Cargo.lock keeps the pre-bump pin
because release-plz's workspace `cargo update` never enters the nested
workspace. The CI `fuzz lockfile` guard added in #471 catches this drift
but cannot self-heal — every release PR that bumps a crate `fuzz/`
depends on (e.g. #456) goes red until someone resyncs the lock by hand,
the same way #469 had to.

Wedge a `sync fuzz/Cargo.lock onto release PR` step into the `release-pr`
job right after the release-plz action runs:

  1. Read the action's `prs` output via `env:` (safe, no template
     interpolation into `run:`) and short-circuit if no release PR was
     opened or updated.
  2. Fetch + check out the release branch in the runner.
  3. Run `cargo update --workspace` inside `fuzz/`.
  4. If `fuzz/Cargo.lock` actually changed, commit as `release-plz[bot]`
     and push to the same branch.

The `if git diff --quiet` guard keeps the step idempotent: on release
PRs that don't bump any crate `fuzz/` depends on, the step prints
"already in sync" and exits zero.

12979 of 13596 relevant lines covered (95.46%)

407527.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26435191251.1 26 May 2026 06:06AM UTC 88
95.46
GitHub Action Run
Source Files on build 26435191251
  • 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 #26435191251
  • 439752a1 on github
  • Prev Build on main (#26434148274)
  • Next Build on main (#26435223560)
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