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

NodeBB / NodeBB / 22866164456
85%
master: 85%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 09 Mar 2026 05:34PM UTC
Jobs 4
Files 428
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:29PM UTC coverage: 85.514% (+0.003%) from 85.511%
22866164456

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);`

13392 of 18326 branches covered (73.08%)

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

1 existing line in 1 file now uncovered.

28283 of 33074 relevant lines covered (85.51%)

3331.69 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-mongo-dev - 22866164456.1 09 Mar 2026 05:34PM UTC 402
84.97
GitHub Action Run
2 ubuntu-latest-node-22-db-mongo - 22866164456.2 09 Mar 2026 05:34PM UTC 401
84.94
GitHub Action Run
3 ubuntu-latest-node-22-db-redis - 22866164456.3 09 Mar 2026 05:34PM UTC 401
84.96
GitHub Action Run
4 ubuntu-latest-node-22-db-postgres - 22866164456.4 09 Mar 2026 05:35PM UTC 400
84.81
GitHub Action Run
Source Files on build 22866164456
  • Tree
  • List 428
  • 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 #22866164456
  • f826e629 on github
  • Prev Build on develop (#22864378461)
  • Next Build on develop (#22867248996)
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