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

decentraland / lamb2 / 30680118127
63%
main: 63%

Build:
Build:
LAST BUILD BRANCH: 4.13.1
DEFAULT BRANCH: main
Ran 01 Aug 2026 02:30AM 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

01 Aug 2026 02:29AM UTC coverage: 62.877% (+0.7%) from 62.172%
30680118127

Pull #471

github

LautaroPetaccio
fix: batch definitions too and bound the pointer request fan-out

extract the batching into a shared helper so wearable and emote definitions
stay under the content server pointers limit as well. definitions are
resolved for every owned item at once, so /collections/wearables-by-owner/
:owner?includeDefinitions answered 500 for the same wallets as
/explorer/:address/wearables.

bound the concurrency of the batched requests. the 1000-pointer cap exists
to keep the underlying query cheap on a public endpoint, so a wallet with
many items must not fan one request out into an unbounded burst of them.

a failing batch now costs its own entities instead of the whole response,
since callers already treat an unresolved pointer as a miss.

raise the batch size to 900 and export it, so the tests assert against the
constant instead of duplicating it.

the profiles path is left unbatched on purpose: its handler already rejects
more ids than the content server accepts, and batching it would turn a hard
failure into silently partial profiles. the cap now documents the coupling.
Pull Request #471: fix: batch entities requests to stay under the content server pointers limit

462 of 970 branches covered (47.63%)

Branch coverage included in aggregate %.

30 of 32 new or added lines in 3 files covered. (93.75%)

21 existing lines in 3 files now uncovered.

1645 of 2381 relevant lines covered (69.09%)

76.7 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
87.8
-12.2% src/adapters/definitions-fetcher.ts

Coverage Regressions

Lines Coverage ∆ File
17
65.09
19.73% src/adapters/entities-fetcher.ts
2
87.8
-12.2% src/adapters/definitions-fetcher.ts
2
87.18
0.0% src/controllers/handlers/profiles-handler.ts
Jobs
ID Job ID Ran Files Coverage
1 30680118127.1 01 Aug 2026 02:30AM UTC 82
62.88
GitHub Action Run
Source Files on build 30680118127
  • Tree
  • List 82
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30680118127
  • Pull Request #471
  • PR Base - main (#28469095931)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc