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

prisma-risk / tsoracle / 26256418073
95%

Build:
DEFAULT BRANCH: main
Ran 21 May 2026 10:22PM UTC
Jobs 1
Files 49
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

21 May 2026 10:18PM UTC coverage: 96.221%. Remained the same
26256418073

push

github

web-flow
ci(release-plz): serialize the release job per-ref (#61)

The release-pr job already has a concurrency block, but the release job
didn't. Every push to main spawned a new release job in parallel —
during the 0.1.1 sequence we ended up with four release jobs running at
once, racing each other on the cargo publish steps. Today they happened
to converge cleanly because publish on an already-published version
no-ops, but it's wasted CI minutes and a real race waiting to happen
(e.g., two jobs both deciding to publish the same not-yet-published
crate concurrently).

Add a `release-plz-release-${{ github.ref }}` concurrency group with
`cancel-in-progress: false` so:
  - At most one release job runs per ref.
  - Subsequent runs queue rather than cancel — never interrupt a
    publish in flight (could leave the repo with some crates released
    and others not).
  - The release-pr job uses a different group (`release-plz-${{ github.ref }}`)
    so the two job kinds can still run in parallel with each other.

6239 of 6484 relevant lines covered (96.22%)

85592.21 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26256418073.1 21 May 2026 10:22PM UTC 49
96.22
GitHub Action Run
Source Files on build 26256418073
  • Tree
  • List 49
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26256418073
  • c00462cf on github
  • Prev Build on main (#26255833479)
  • Next Build on main (#26256513462)
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