• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

blevesearch / bleve / 29552774093
52%
master: 52%

Build:
Build:
LAST BUILD BRANCH: perf-fuzzy-regexp-opts
DEFAULT BRANCH: master
Ran 17 Jul 2026 03:36AM 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:35AM UTC coverage: 52.274%. First build
29552774093

Pull #2381

github

capemox
fix: implement ResetIterator on emptyPostingsIterator + assert iterator interfaces

Verifying the reviewer's interface-completeness concern surfaced that
emptyPostingsIterator implemented segment.PostingsIterator and
OptimizablePostingsIterator but not ResetablePostingsIterator (missing
ResetIterator) — the only one of the three iterator types that can share an
optimized termFieldReader's per-segment slice to lack it.

It is harmless today (the reset loop calls ResetIterator via an optional type
assertion and the empty iterator is stateless), but it is an inconsistency.
Add a no-op ResetIterator, and add compile-time assertions that all three
iterator types (empty, unadorned bitmap, unadorned 1-hit) satisfy both
OptimizablePostingsIterator and ResetablePostingsIterator, so a future missing
method fails the build instead of silently disabling an optimization or a reset.

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

64 of 180 new or added lines in 11 files covered. (35.56%)

19859 of 37990 relevant lines covered (52.27%)

0.59 hits per line

Uncovered Changes

Lines Coverage ∆ File
39
53.14
search/collector/topn.go
29
48.21
search/searcher/search_fuzzy.go
14
17.44
search/sort.go
7
0.0
index/scorch/optimize.go
6
51.38
index/scorch/snapshot_index.go
5
56.34
index/scorch/snapshot_index_dict.go
5
6.25
index/scorch/unadorned.go
4
0.0
index/scorch/empty.go
3
20.2
search/util.go
2
33.89
search/search.go
2
80.72
search/searcher/search_disjunction.go
Jobs
ID Job ID Ran Files Coverage
1 29552774093.1 17 Jul 2026 03:36AM UTC 429
52.27
GitHub Action Run
Source Files on build 29552774093
  • Tree
  • List 429
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #2381
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