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

decentraland / lamb2 / 25174631258
83%
main: 81%

Build:
Build:
LAST BUILD BRANCH: feat/lambdas-migration-endpoints
DEFAULT BRANCH: main
Ran 30 Apr 2026 03:38PM UTC
Jobs 1
Files 82
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 03:37PM UTC coverage: 82.91% (+1.7%) from 81.202%
25174631258

Pull #462

github

LautaroPetaccio
fix: preserve legacy /profile/:id stub-on-missing behavior

discovered while running lamb2 locally and diffing responses against
production via tooling/compare-lambdas-endpoints.sh:

- production /lambdas/profile/<addr>  -> 200 { avatars: [], timestamp: 0 }
- lamb2     /profile/<addr>           -> 404 (inherited from profilehandler)

callers (governance, decentraland-gatsby, top-scenes, dao-landing,
dcl-onboarding, public sdk docs) all do .json() and dereference
.avatars without checking response.ok. switching to 404 was a real
breaking change.

new profilealiashandler wraps the same lookup but returns the legacy
stub when the profile is missing. canonical /profiles/:id keeps the
stricter 404 behavior — the divergence between the two paths is in
the legacy contract, not a bug.

integration test updated to assert 200 + stub on the alias and 404
on the canonical path for the same missing-profile scenario.
Pull Request #462: feat: implement legacy lambdas endpoints in lamb2

715 of 958 branches covered (74.63%)

Branch coverage included in aggregate %.

205 of 208 new or added lines in 12 files covered. (98.56%)

2026 of 2348 relevant lines covered (86.29%)

42.32 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
88.71
src/controllers/handlers/wearables-catalog-handler.ts
Jobs
ID Job ID Ran Files Coverage
1 25174631258.1 30 Apr 2026 03:38PM UTC 82
82.91
GitHub Action Run
Source Files on build 25174631258
  • Tree
  • List 82
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #462
  • PR Base - main (#25073724316)
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