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

prisma-risk / tsoracle / 26350876198
95%

Build:
DEFAULT BRANCH: main
Ran 24 May 2026 03:37AM UTC
Jobs 1
Files 74
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

24 May 2026 03:32AM UTC coverage: 94.879% (+0.07%) from 94.808%
26350876198

push

github

web-flow
fix(yieldpoint): gate tokio and parking_lot behind the yieldpoints feature (#253) (#281)

With yieldpoints off the macro expands to {} but tokio and parking_lot
were unconditional dependencies, pulling the tokio runtime into every
consumer's dependency graph even when only the no-op stub is wanted.
This violated the crate's zero-overhead-in-production contract at the
dependency-graph level.

Both crates are referenced only inside the feature-gated registry
module, so mark them optional = true and activate them via
yieldpoints = ["dep:tokio", "dep:parking_lot"]. With the feature off,
cargo tree now shows neither crate in the graph; with it on (directly
or propagated via a consumer's tsoracle-yieldpoint/yieldpoints), the
deps reappear and everything compiles.

10635 of 11209 relevant lines covered (94.88%)

507855.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26350876198.1 24 May 2026 03:37AM UTC 74
94.88
GitHub Action Run
Source Files on build 26350876198
  • Tree
  • List 74
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26350876198
  • dc366a88 on github
  • Prev Build on main (#26350814947)
  • Next Build on main (#26350927533)
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