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

decentraland / comms-gatekeeper / 25228902518
85%
main: 85%

Build:
Build:
LAST BUILD BRANCH: refactor/room-metadata-sync
DEFAULT BRANCH: main
Ran 01 May 2026 07:14PM UTC
Jobs 1
Files 148
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

01 May 2026 07:11PM UTC coverage: 85.261% (-0.04%) from 85.297%
25228902518

Pull #261

github

LautaroPetaccio
fix: release cooldown on webhook-refresh failure; align admin auth status

addresses two reviewer comments:

- updateRoomMetadataForRoom now removes the cooldown cache key from the
  catch block. previously a transient place-lookup blip would consume
  the full 60s slot and block the next webhook from reconciling. on
  success the cooldown still stays — that's what protects against the
  thundering herd. on persistent failure the cost is a retry per
  webhook, which is the correct signal that something upstream is down.
  refreshRoomMetadata catches its own errors so reaching the outer
  catch block here is a real lookup failure.
- addSceneAdminHandler now throws UnauthorizedError (→ 401) instead of
  InvalidRequestError (→ 400) when verification.auth is missing.
  matches the http convention and removeSceneAdminHandler.

new test: place-lookup fails once then succeeds → expects two place
lookups and one metadata write, asserting the cooldown was released
between the two webhook calls.
Pull Request #261: refactor: extract room metadata sync and add scene admins to metadata

1061 of 1369 branches covered (77.5%)

Branch coverage included in aggregate %.

170 of 177 new or added lines in 15 files covered. (96.05%)

2994 of 3387 relevant lines covered (88.4%)

75.1 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
87.14
src/adapters/lands/component.ts
1
94.34
0.22% src/controllers/handlers/scene-admin-handlers/add-scene-admin-handler.ts
1
89.29
0.4% src/controllers/handlers/scene-admin-handlers/remove-scene-admin-handler.ts
Jobs
ID Job ID Ran Files Coverage
1 25228902518.1 01 May 2026 07:14PM UTC 296
86.54
GitHub Action Run
Source Files on build 25228902518
  • Tree
  • List 148
  • Changed 96
  • Source Changed 12
  • Coverage Changed 96
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25228902518
  • Pull Request #261
  • PR Base - main (#25191624580)
  • Delete
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