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

prisma-risk / tsoracle / 26257419692
95%

Build:
DEFAULT BRANCH: main
Ran 21 May 2026 10:47PM 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:43PM UTC coverage: 96.202% (-0.02%) from 96.221%
26257419692

push

github

web-flow
refactor(client): drop expect() from flush-deadline path in driver_task (#64)

The flush-deadline branch computed its deadline via
`first_arrival.expect("set on enqueue")`. The invariant was upheld by
surrounding control flow, but the panic itself remained a runtime code
path and was brittle under future refactors.

Replace it with `if let Some(first) = first_arrival` so the driver falls
through to the empty-`chunk_queue` `continue` if the invariant is ever
broken, instead of panicking. The `#[expect(clippy::expect_used)]`
suppression goes away with the panic.

Add a focused tokio test that exercises the queue-non-empty +
flush_interval > 0 path under a paused clock: a lone waiter must be
dispatched after the flush deadline (no deadlock, no premature
dispatch), guarding the deadline-from-first-arrival semantic.

Closes #8.

20 of 22 new or added lines in 1 file covered. (90.91%)

6257 of 6504 relevant lines covered (96.2%)

85090.35 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
94.62
-0.28% crates/tsoracle-client/src/driver.rs
Jobs
ID Job ID Ran Files Coverage
1 26257419692.1 21 May 2026 10:47PM UTC 49
96.2
GitHub Action Run
Source Files on build 26257419692
  • Tree
  • List 49
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26257419692
  • 856a5476 on github
  • Prev Build on main (#26257410301)
  • Next Build on main (#26258586546)
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