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

freeeve / roaringrange / 27737754869 / 1
85%
main: 85%

Build:
DEFAULT BRANCH: main
Ran 18 Jun 2026 04:59AM UTC
Files 9
Run time 0s
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

18 Jun 2026 04:54AM UTC coverage: 85.562%. Remained the same
27737754869.1

push

github

freeeve
feat(wasm): reciprocalRankFusion fuses N lists, not just 2

The native reciprocal_rank_fusion already takes &[&[u32]] (N lists); only the wasm
binding was hard-wired to exactly two (vector_ids, trigram_ids). Generalize it to
reciprocalRankFusion(lists: Uint32Array[], k) so the browser can fuse any number of
arms (trigram + BM25 + min-should-match + semantic) in one library-backed call,
instead of reimplementing the RRF formula in JS. Update the demo's existing 2-arm
call to the array form, and add a tests/vector.rs case fusing 4 lists (plus N=1 and
empty) that pins the exact 1/(k+rank+1) score so a JS reimplementation could match
byte-for-byte. No native change.

966 of 1129 relevant lines covered (85.56%)

28.47 hits per line

Source Files on job 27737754869.1
  • Tree
  • List 9
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 27737754869
  • 4acb82b2 on github
  • Prev Job for on main (#27729844390.1)
  • Next Job for on main (#27740670737.1)
  • Delete
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