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

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

Build:
Build:
LAST BUILD BRANCH: refactor/room-metadata-sync
DEFAULT BRANCH: main
Ran 01 May 2026 06:21PM UTC
Jobs 1
Files 149
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 06:18PM UTC coverage: 85.375% (+0.08%) from 85.297%
25226858307

Pull #261

github

LautaroPetaccio
refactor: lands adapter as a wkc component, owns lease-holders lookup

splits src/adapters/lands.ts into the standard wkc layout under
src/adapters/lands/ (component.ts, types.ts, errors.ts, index.ts) and
moves LandPermissionsNotFoundError + the Lands*Response types into the
component folder where they belong.

adds `lands.getLeaseHoldersForParcels(parcels)` so the lease-overlap
filter has one canonical home. previously the same loop was inlined in
both list-scene-admins-handler.ts and roomMetadataSync.refreshRoomMetadata
— small but real duplication. the new method:

- delegates to landLease.getAuthorizations() and filters by parcel
  overlap, lowercasing addresses on the way out.
- catches errors locally and returns [] so callers (notably the
  Promise.all in refreshRoomMetadata) don't have one flaky source
  drop bans/admins from the metadata write.

both consumers now call lands.getLeaseHoldersForParcels(place.positions)
guarded by `place.world` so the world skip lives at the call site
where the place metadata is available.
Pull Request #261: refactor: extract room metadata sync and add scene admins to metadata

1061 of 1365 branches covered (77.73%)

Branch coverage included in aggregate %.

100 of 101 new or added lines in 14 files covered. (99.01%)

1 existing line in 1 file now uncovered.

3002 of 3394 relevant lines covered (88.45%)

75.12 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
1
92.0
0.26% src/components.ts
Jobs
ID Job ID Ran Files Coverage
1 25226858307.1 01 May 2026 06:21PM UTC 298
86.63
GitHub Action Run
Source Files on build 25226858307
  • Tree
  • List 149
  • Changed 97
  • Source Changed 11
  • Coverage Changed 97
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25226858307
  • 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