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

prisma-risk / tsoracle / 26372579332
95%

Build:
DEFAULT BRANCH: main
Ran 24 May 2026 09:02PM UTC
Jobs 1
Files 75
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 08:57PM UTC coverage: 94.906%. Remained the same
26372579332

push

github

web-flow
fix(client): drop unused async-trait dependency (#314)

tsoracle-client declared async-trait under [dependencies] but never used
it: the crate's only async-trait-style attribute is #[tonic::async_trait]
(in retry.rs test modules), which is re-exported by tonic rather than the
async-trait crate. No async_trait:: import exists anywhere in the crate.

Removing it trims the crate's published dependency graph and compile time.
A workspace audit confirmed tsoracle-client was the only offender; every
other crate declaring async-trait imports it in reachable code. The
async-trait entry in [workspace.dependencies] is retained for its other
consumers.

Closes #242

11252 of 11856 relevant lines covered (94.91%)

465298.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26372579332.1 24 May 2026 09:02PM UTC 75
94.91
GitHub Action Run
Source Files on build 26372579332
  • Tree
  • List 75
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26372579332
  • 0b265b55 on github
  • Prev Build on main (#26372462050)
  • Next Build on main (#26372583791)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc