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

blevesearch / bleve / 29552921274
52%
master: 52%

Build:
Build:
LAST BUILD BRANCH: perf-fuzzy-regexp-opts
DEFAULT BRANCH: master
Ran 17 Jul 2026 03:40AM UTC
Jobs 1
Files 429
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

17 Jul 2026 03:38AM UTC coverage: 52.26% (-0.06%) from 52.321%
29552921274

Pull #2381

github

capemox
test: assert composite-optimization iterator types implement the interfaces

Verifying the reviewer's interface-completeness concern, add compile-time
assertions that every postings-iterator type placed into an optimized
termFieldReader's per-segment slice implements OptimizablePostingsIterator
(empty, unadorned bitmap, unadorned 1-hit) — the interface a nested
conjunction/disjunction optimization type-asserts against, whose absence
silently aborts the optimization (as was the case for the 1-hit iterator,
fixed earlier on this branch).

The two stateful iterators additionally assert ResetablePostingsIterator so
termFieldReader reuse rewinds them. The empty iterator is stateless and
intentionally does not implement it: ResetIterator is only ever invoked via an
optional type assertion, so there is nothing to reset and no reason to add it.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Pull Request #2381: [WIP] perf: standalone query hot-path optimizations

64 of 179 new or added lines in 11 files covered. (35.75%)

16 existing lines in 5 files now uncovered.

19853 of 37989 relevant lines covered (52.26%)

0.59 hits per line

Uncovered Changes

Lines Coverage ∆ File
39
53.14
0.13% search/collector/topn.go
29
48.21
-3.05% search/searcher/search_fuzzy.go
14
17.44
-0.51% search/sort.go
7
0.0
0.0% index/scorch/optimize.go
6
51.38
-0.11% index/scorch/snapshot_index.go
5
56.34
-4.27% index/scorch/snapshot_index_dict.go
5
6.25
-0.25% index/scorch/unadorned.go
3
0.0
0.0% index/scorch/empty.go
3
20.2
-0.63% search/util.go
2
33.89
-0.56% search/search.go
2
80.72
-0.36% search/searcher/search_disjunction.go

Coverage Regressions

Lines Coverage ∆ File
7
80.27
-0.96% index/scorch/merge.go
4
53.14
0.13% search/collector/topn.go
2
71.54
-0.79% index/scorch/snapshot_segment.go
2
48.21
-3.05% search/searcher/search_fuzzy.go
1
0.0
0.0% index/scorch/optimize.go
Jobs
ID Job ID Ran Files Coverage
1 29552921274.1 17 Jul 2026 03:40AM UTC 429
52.26
GitHub Action Run
Source Files on build 29552921274
  • Tree
  • List 429
  • Changed 13
  • Source Changed 0
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #2381
  • PR Base - master (#29515324004)
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