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

prisma-risk / tsoracle / 26694691327
95%

Build:
DEFAULT BRANCH: main
Ran 30 May 2026 09:01PM UTC
Jobs 1
Files 93
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

30 May 2026 08:54PM UTC coverage: 95.242%. Remained the same
26694691327

push

github

web-flow
build(release): drop registry version from dev-only workspace deps (#598)

cargo resolves every versioned dependency — including dev-dependencies — against
the registry at `cargo package` time, but release-plz computes publish order from
the normal dependency graph only. A dev-dependency on a workspace member that
carries a `version` is therefore invisible to the ordering planner yet still
demands the not-yet-published version at package time, so `release-plz release`
publishes a dependent before its (dev-only) dependency and aborts with
"failed to select a version for the requirement `tsoracle-driver-file = ...`".

This stranded releases #595 and #597 mid-publish (server before driver-file).

Drop the `version` key from the workspace dev-deps that are not also normal deps;
cargo omits path-only dev-deps from the published manifest entirely, removing both
the registry requirement and the false ordering independence:
  - tsoracle-server: tsoracle-driver-file
  - tsoracle (bin):  tsoracle-client, tsoracle-consensus, tsoracle-driver-file

Verified: `cargo publish -p tsoracle-server --dry-run` (with --verify) now exits 0
and the packaged manifests no longer reference the stripped dev-deps.

Signed-off-by: Sebastian Thiebaud <sebastian@prismarisk.com>

15853 of 16645 relevant lines covered (95.24%)

307897.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26694691327.1 30 May 2026 09:01PM UTC 93
95.24
GitHub Action Run
Source Files on build 26694691327
  • Tree
  • List 93
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26694691327
  • 2d7ba937 on github
  • Prev Build on main (#26693855777)
  • Next Build on main (#26701728985)
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