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

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

Build:
Build:
LAST BUILD BRANCH: ea-deploy
DEFAULT BRANCH: master
Ran 06 May 2026 09:56PM UTC
Files 2802
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: 34.187% (+0.03%) from 34.159%
25463223484.1

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

4810 of 6722 branches covered (71.56%)

Branch coverage included in aggregate %.

125045 of 373111 relevant lines covered (33.51%)

34.62 hits per line

Source Files on job Integration - 25463223484.1
  • Tree
  • List 2802
  • Changed 25
  • Source Changed 17
  • Coverage Changed 21
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.2)
  • 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