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

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

Build:
Build:
LAST BUILD BRANCH: 2.26.3
DEFAULT BRANCH: main
Ran 01 May 2026 05:53PM UTC
Jobs 1
Files 147
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 05:50PM UTC coverage: 85.435% (+0.1%) from 85.297%
25225789460

Pull #261

github

LautaroPetaccio
refactor: tighten sceneId typing and guard scene-room parsing

addresses two type-safety review comments:

- GetRoomNameParams.sceneId is now `sceneId?: string`, matching the
  runtime: getRoomName already handles a missing sceneId (legacy world
  fallback for `isWorld: true`, throw for non-world). callers no longer
  need `undefined as unknown as string` casts in tests.
- updateRoomMetadataForRoom drops the `sceneId!` non-null assertion in
  the non-world branch and adds an explicit guard: if a scene room name
  parses without a sceneId, log a warning and skip rather than letting
  contentClient.fetchEntityById blow up on `undefined`. defensive but
  cheap, and surfaces malformed room names as a single warn line.
Pull Request #261: refactor: extract room metadata sync and add scene admins to metadata

1063 of 1364 branches covered (77.93%)

Branch coverage included in aggregate %.

85 of 86 new or added lines in 9 files covered. (98.84%)

7 existing lines in 3 files now uncovered.

3002 of 3394 relevant lines covered (88.45%)

43.28 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
89.29
0.4% src/controllers/handlers/scene-admin-handlers/remove-scene-admin-handler.ts

Coverage Regressions

Lines Coverage ∆ File
4
90.16
0.0% src/controllers/handlers/scene-admin-handlers/list-scene-admins-handler.ts
2
86.67
0.0% src/types/errors.ts
1
92.0
0.26% src/components.ts
Jobs
ID Job ID Ran Files Coverage
1 25225789460.1 01 May 2026 05:53PM UTC 294
86.66
GitHub Action Run
Source Files on build 25225789460
  • Tree
  • List 147
  • Changed 97
  • Source Changed 7
  • Coverage Changed 97
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25225789460
  • 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