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

jzombie / rust-triplets / 23725264871
95%

Build:
DEFAULT BRANCH: main
Ran 30 Mar 2026 02:31AM UTC
Jobs 1
Files 23
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 Mar 2026 02:25AM UTC coverage: 95.295% (+0.003%) from 95.292%
23725264871

push

github

web-flow
Parallel sampling (#45)

* source: parallelize IndexablePager refresh with rayon

refresh_with now fetches records concurrently using rayon::par_iter.
The permuted index sequence is pre-generated (pure integer arithmetic),
then the first `max` entries are fetched in parallel. A short sequential
sweep handles any shortage from None-returning positions.

Fetcher bound changed from FnMut to Fn + Send + Sync. All existing
callers pass closures over &IndexableSource, which already satisfies
this bound since record_at takes &self.

rayon promoted from optional to required dependency; the `parallel`
feature and its huggingface feature dep removed.

* Prepare for 0.12.0-alpha

* Fix issue where unused code warning would appear on bm25-mining builds

62 of 62 new or added lines in 1 file covered. (100.0%)

1 existing line in 1 file now uncovered.

16425 of 17236 relevant lines covered (95.29%)

128095.12 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
98.38
-0.1% src/source/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 23725264871.1 30 Mar 2026 02:31AM UTC 23
95.29
GitHub Action Run
Source Files on build 23725264871
  • Tree
  • List 23
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23725264871
  • b9bb671a on github
  • Prev Build on main (#23691295118)
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