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

ForumMagnum / ForumMagnum / 25463223484 / 2
48%
master: 47%

Build:
Build:
LAST BUILD BRANCH: ea-deploy
DEFAULT BRANCH: master
Ran 06 May 2026 09:56PM UTC
Files 2801
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

06 May 2026 09:52PM UTC coverage: 42.825% (-0.03%) from 42.85%
25463223484.2

Pull #12497

github

claude
Revert Elasticsearch bulk-indexer rejected filter

Drop the WHERE "rejected" IS NOT TRUE clauses I added to
PostsRepo/CommentsRepo getSearchDocuments and countSearchDocuments.

The prevailing pattern for the ES index is "index every row, filter
at query time": ElasticConfig.ts strips draft, rejected, deleted,
authorIsUnreviewed, retracted, spam, etc. from search results, while
elasticSyncDocument re-indexes every row on update via
getSearchDocumentById, which has no per-row filter. So filtering at
bulk-export time only created an inconsistent state — rejected posts
disappeared after a recreateIndex but came back the next time they
were updated. The query-time filter already handles it.
Pull Request #12497: Filter rejected content from shared queries and clean up notifications

4953 of 6290 branches covered (78.74%)

Branch coverage included in aggregate %.

157274 of 372522 relevant lines covered (42.22%)

1.93 hits per line

Source Files on job Unit - 25463223484.2
  • Tree
  • List 2801
  • Changed 23
  • Source Changed 17
  • Coverage Changed 18
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25463223484
  • fb9c12f2 on github
  • Prev Job for on claude/rejected-content-investigation-0WkBz (#25456600642.1)
  • Next Job for on claude/rejected-content-investigation-0WkBz (#25463845060.1)
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