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

decentraland / social-service-ea / 29495797632
90%

Build:
DEFAULT BRANCH: main
Ran 16 Jul 2026 11:54AM UTC
Jobs 1
Files 202
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

16 Jul 2026 11:48AM UTC coverage: 90.296% (-0.03%) from 90.326%
29495797632

push

github

web-flow
fix: add missing .catch() handlers to prevent unhandled promise rejection crashes (#434)

Under Node 24's --unhandled-rejections=strict (the service's start script),
any fire-and-forget async call without a .catch() handler will abort the
process (SIGABRT, exit 134) if the promise rejects.

This commit adds .catch() rejection handlers to three void-called async
functions that were missing them:

1. broadcastCommunityRenamed (communities.ts:678) — HIGH risk: calls
   communityThumbnail.getThumbnail() which can throw on S3/storage failure
2. notifyAboutNewRequest (requests.ts:187) — defensive hardening
3. notifyStakeholdersAboutRequest (requests.ts:310) — defensive hardening

These follow the same pattern already established by broadcastCommunityDeleted
(communities.ts:570) and broadcastOwnershipTransferred (communities.ts:141).

Closes #433

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

2354 of 2761 branches covered (85.26%)

Branch coverage included in aggregate %.

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

10 existing lines in 2 files now uncovered.

5881 of 6359 relevant lines covered (92.48%)

80.41 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
90.45
-0.92% src/logic/community/requests.ts
1
94.3
-0.24% src/logic/community/communities.ts

Coverage Regressions

Lines Coverage ∆ File
9
90.45
-0.92% src/logic/community/requests.ts
1
94.3
-0.24% src/logic/community/communities.ts
Jobs
ID Job ID Ran Files Coverage
1 29495797632.1 16 Jul 2026 11:54AM UTC 404
91.24
GitHub Action Run
Source Files on build 29495797632
  • Tree
  • List 202
  • Changed 157
  • Source Changed 2
  • Coverage Changed 157
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29495797632
  • 96d239c2 on github
  • Prev Build on 1.13.3 (#29415288184)
  • Next Build on main (#29709678002)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc