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

ForumMagnum / ForumMagnum / 25461329847
48%
master: 47%

Build:
Build:
LAST BUILD BRANCH: ea-deploy
DEFAULT BRANCH: master
Ran 06 May 2026 09:12PM 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:10PM UTC coverage: 48.381% (+2.3%) from 46.117%
25461329847

push

github

claude
Address code review on rejected-content fixes

- Extend postIsPublic to include !rejected. Drop the inline rejected
  layering in removeRedraftNotifications. The other two postIsPublic
  call sites (sendNewPostNotifications, taggedPostNewNotifications)
  also benefit: rejected posts no longer trigger publish or tag-
  subscriber notifications.

- Fix getCommentsWithReacts truncation: previously the rejected filter
  ran on the outer query, so the inner LIMIT could allocate slots to
  rejected comments that were then dropped, returning fewer than `limit`
  rows. Move the filter into the inner subquery via a JOIN to Comments
  so LIMIT applies to non-rejected reactions.

- Standardize the ES indexer queries to "rejected" IS NOT TRUE,
  matching the convention used elsewhere in the diff.

- Use Promise.all in removeCommentNotificationsOnHidden instead of
  fire-and-forget forEach, so the comment update mutation doesn't
  return before notification cleanup completes.

7920 of 10711 branches covered (73.94%)

Branch coverage included in aggregate %.

6 of 15 new or added lines in 5 files covered. (40.0%)

43 existing lines in 6 files now uncovered.

177780 of 373119 relevant lines covered (47.65%)

36.55 hits per line

Uncovered Changes

Lines Coverage ∆ File
7
10.4
0.0% packages/lesswrong/server/repos/CommentsRepo.ts
2
14.26
0.0% packages/lesswrong/server/repos/PostsRepo.ts

Coverage Regressions

Lines Coverage ∆ File
19
80.31
-7.81% packages/lesswrong/server/vulcan-lib/apollo-server/helpers.ts
16
54.24
-7.43% packages/lesswrong/server/utils/slugUtil.ts
3
68.47
-0.99% packages/lesswrong/server/resolvers/defaultResolvers.ts
2
94.04
-0.99% packages/lesswrong/server/collections/posts/mutations.ts
2
71.24
-0.87% packages/lesswrong/server/debouncer.ts
1
51.54
-0.14% packages/lesswrong/server/callbacks/postCallbackFunctions.tsx
Jobs
ID Job ID Ran Files Coverage
1 Integration - 25461329847.1 06 May 2026 09:13PM UTC 2802
34.18
GitHub Action Run
2 Unit - 25461329847.2 06 May 2026 09:11PM UTC 2801
42.83
GitHub Action Run
Source Files on build 25461329847
  • Tree
  • List 2803
  • Changed 18
  • Source Changed 5
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25461329847
  • 879a5260 on github
  • Prev Build on claude/rejected-content-investigation-0WkBz (#25407457020)
  • Next Build on claude/rejected-content-investigation-0WkBz (#25463223484)
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