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

freeeve / roaringrange / 29460422982
65%

Build:
DEFAULT BRANCH: main
Ran 16 Jul 2026 12:05AM UTC
Jobs 1
Files 33
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

16 Jul 2026 12:04AM UTC coverage: 64.981%. Remained the same
29460422982

push

github

freeeve
feat(rust,wasm): facet pricing-wave trace hook (setFacetTrace/facetTrace)

Adds an opt-in recorder for the facet-pricing waves so a slow facetCounts
can be localized. count_categories_batched records one A/B/C WaveStat per
contributing split (coalesced reads + bytes per wave); setFacetTrace(true)
enables it, take_facet_trace()/facetTrace() drains it. Zero-cost when off.

The trace makes the wave structure legible: pricing is two dependent round
trips (A = head + tail-header prefixes, then C = needed tail containers; B a
rare re-read), all splits concurrent -- not a per-category serial chain.
Wave A dominates, issuing ~one scattered tail-header read per priced
category per split, so its read count scales with topPerField x fields x
contributing splits and is bounded by the fetch window, not reduced by it.

Also: coalesced_span_count helper (fetch), probe prints the wave rollup.

2505 of 3855 relevant lines covered (64.98%)

91.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29460422982.1 16 Jul 2026 12:05AM UTC 33
64.98
GitHub Action Run
Source Files on build 29460422982
  • Tree
  • List 33
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29460422982
  • ae9e8a18 on github
  • Prev Build on main (#29431855365)
  • Next Build on main (#29464012091)
  • Delete
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