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

decentraland / comms-gatekeeper / 25191624580
85%

Build:
DEFAULT BRANCH: main
Ran 30 Apr 2026 10:07PM UTC
Jobs 1
Files 145
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

30 Apr 2026 10:04PM UTC coverage: 85.297% (-0.08%) from 85.376%
25191624580

push

github

web-flow
fix: prevent 500 in /scene-admin when no profiles resolve (#260)

* fix: prevent 500 in /scene-admin when no profiles resolve

getNamesFromAddresses threw ProfilesNotFoundError when its result map ended
up empty, and the central error handler had no mapping for it — so the
endpoint returned 500 whenever every admin in a place had no profile entry.

Remove the throw and return the (possibly empty) record. All consumers
already coalesce missing names with `|| ''`, so the throw was never
load-bearing.

* fix: scene-bans listSceneBans log count and name fallback

Two pre-existing nits flagged in review on the same code path:

- The "Successfully listed N bans for place" log read .length on a
  Record, which is always undefined. Use Object.keys(...).length.
- bannedNames[address] could be undefined for addresses with no profile,
  silently violating the SceneBanAddressWithName.name: string contract.
  Coalesce to '' to match the scene-admin handler's behavior.

1047 of 1344 branches covered (77.9%)

Branch coverage included in aggregate %.

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

2 existing lines in 1 file now uncovered.

2950 of 3342 relevant lines covered (88.27%)

43.5 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
20.93
-2.33% src/adapters/scene-stream-access-manager.ts
Jobs
ID Job ID Ran Files Coverage
1 25191624580.1 30 Apr 2026 10:07PM UTC 290
86.5
GitHub Action Run
Source Files on build 25191624580
  • Tree
  • List 145
  • Changed 98
  • Source Changed 3
  • Coverage Changed 98
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25191624580
  • 79bdef1f on github
  • Prev Build on main (#25125498627)
  • Next Build on main (#25229256389)
  • 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