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

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

Build:
Build:
LAST BUILD BRANCH: ea-deploy
DEFAULT BRANCH: master
Ran 06 May 2026 09:13PM 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:10PM UTC coverage: 42.828% (+0.004%) from 42.824%
25461329847.2

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.

4957 of 6293 branches covered (78.77%)

Branch coverage included in aggregate %.

157282 of 372524 relevant lines covered (42.22%)

1.93 hits per line

Source Files on job Unit - 25461329847.2
  • Tree
  • List 2801
  • Changed 9
  • Source Changed 5
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25461329847
  • 879a5260 on github
  • Prev Job for on claude/rejected-content-investigation-0WkBz (#25407457020.2)
  • Next Job for on claude/rejected-content-investigation-0WkBz (#25463223484.2)
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