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

ForumMagnum / ForumMagnum / 25463223484
48%
master: 47%

Build:
Build:
LAST BUILD BRANCH: ea-deploy
DEFAULT BRANCH: master
Ran 06 May 2026 09:54PM UTC
Jobs 2
Files 2803
Run time 6min
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: 48.387% (+0.005%) from 48.382%
25463223484

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

7932 of 10726 branches covered (73.95%)

Branch coverage included in aggregate %.

19 of 32 new or added lines in 8 files covered. (59.38%)

98 existing lines in 8 files now uncovered.

177800 of 373117 relevant lines covered (47.65%)

36.54 hits per line

Uncovered Changes

Lines Coverage ∆ File
10
10.41
-0.07% packages/lesswrong/server/repos/CommentsRepo.ts
1
51.54
0.0% packages/lesswrong/server/callbacks/postCallbackFunctions.tsx
1
14.27
0.0% packages/lesswrong/server/repos/PostsRepo.ts
1
34.62
-0.68% packages/lesswrong/server/repos/helpers.ts

Coverage Regressions

Lines Coverage ∆ File
53
13.28
-36.48% packages/lesswrong/server/akismet.ts
17
11.39
-4.3% packages/lesswrong/server/ckEditor/ckEditorWebhook.ts
7
21.05
-2.02% packages/lesswrong/lib/ckEditorUtils.ts
6
94.91
-0.02% packages/lesswrong/server/collections/users/mutations.ts
5
84.76
0.97% packages/lesswrong/server/notificationCallbacksHelpers.tsx
4
86.76
-10.2% packages/lesswrong/server/sql/DeleteQuery.ts
4
84.92
-0.71% packages/lesswrong/server/sql/Query.ts
2
86.36
-13.64% packages/lesswrong/server/sql/collation.ts
Jobs
ID Job ID Ran Files Coverage
1 Integration - 25463223484.1 06 May 2026 09:55PM UTC 2802
34.19
GitHub Action Run
2 Unit - 25463223484.2 06 May 2026 09:54PM UTC 2801
42.83
GitHub Action Run
Source Files on build 25463223484
  • Tree
  • List 2803
  • Changed 30
  • Source Changed 17
  • Coverage Changed 26
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25463223484
  • Pull Request #12497
  • PR Base - ea-staging (#25456600642)
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