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

NodeBB / NodeBB / 22866930047
25%

Build:
DEFAULT BRANCH: master
Ran 09 Mar 2026 05:52PM UTC
Jobs 4
Files 426
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

09 Mar 2026 05:47PM UTC coverage: 85.534% (-0.003%) from 85.537%
22866930047

push

github

barisusakli
fix: promises in groups.leave

speed up user.delete

user.delete calls `groups.leaveAllGroups` which calls rejectMembership with 500+ groups. This function then tries to remove the user from `group:<group>:pending` and `group:<group>:invited` sets so a total for 1k sets. You can't be invited or request membership to privilege groups so filter the groups before sending to rejectMembership

clearGroupTitleIfSet function tries to remove the group title from the user. It was only skipping privilege groups and registered-users, but unverified-users & verified users weren't added to the check

Messaging.leaveRooms, make a single call to isUserInRoom and passing an array of roomIds

In user.delete, check utils.isNumber(uid) once.

Call deleteVotes/deleteChats/revokeAllSessions in Promise.all

If user is local dont call activitypub.actors.remove(), this saves a db call to `await db.isSortedSetMember('usersRemote:lastCrawled', id);`

13360 of 18277 branches covered (73.1%)

19 of 19 new or added lines in 3 files covered. (100.0%)

1 existing line in 1 file now uncovered.

28228 of 33002 relevant lines covered (85.53%)

3323.59 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
87.58
-0.3% src/activitypub/actors.js
Jobs
ID Job ID Ran Files Coverage
1 ubuntu-latest-node-22-db-postgres - 22866930047.1 09 Mar 2026 05:53PM UTC 398
84.84
GitHub Action Run
2 ubuntu-latest-node-22-db-redis - 22866930047.2 09 Mar 2026 05:52PM UTC 399
84.98
GitHub Action Run
3 ubuntu-latest-node-22-db-mongo - 22866930047.3 09 Mar 2026 05:52PM UTC 399
84.97
GitHub Action Run
4 ubuntu-latest-node-22-db-mongo-dev - 22866930047.4 09 Mar 2026 05:53PM UTC 400
85.0
GitHub Action Run
Source Files on build 22866930047
  • Tree
  • List 426
  • Changed 5
  • Source Changed 3
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #22866930047
  • 8ec1cccc on github
  • Prev Build on master (#22858722294)
  • Next Build on master (#22867167381)
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