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

prisma-risk / tsoracle / 26249931535
95%

Build:
DEFAULT BRANCH: main
Ran 21 May 2026 08:03PM UTC
Jobs 1
Files 46
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 08:01PM UTC coverage: 95.39%. Remained the same
26249931535

push

github

web-flow
fix(driver-openraft): declare rocksdb multi-threaded-cf feature explicitly (#46)

The crate's `snapshot_store::RocksdbSnapshotStore::cf_handle` relies on
`DB::cf_handle` returning `Option<Arc<BoundColumnFamily<'_>>>`, which is
only the case when the `rocksdb` crate's `multi-threaded-cf` feature is
on. Workspace builds compiled because `tsoracle-openraft-toolkit`
enables that feature on the shared `rocksdb` dep, and Cargo feature
unification leaked it across to this crate. `cargo publish --dry-run`
builds the packaged crate in isolation, the leak vanishes, and the lib
sees single-threaded `cf_handle` returning `&ColumnFamily` — yielding
an E0308 type mismatch.

Declare the feature on this crate's own `rocksdb` dep so the lib's API
expectations match what consumers of the published crate will see.

5442 of 5705 relevant lines covered (95.39%)

105511.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26249931535.1 21 May 2026 08:03PM UTC 46
95.39
GitHub Action Run
Source Files on build 26249931535
  • Tree
  • List 46
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26249931535
  • 4f2d4032 on github
  • Prev Build on main (#26249338202)
  • Next Build on main (#26250039178)
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