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

decentraland / profile-images / 28242288805
88%

Build:
DEFAULT BRANCH: main
Ran 26 Jun 2026 01:50PM UTC
Jobs 1
Files 21
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

26 Jun 2026 01:49PM UTC coverage: 87.962% (-0.6%) from 88.567%
28242288805

push

github

web-flow
chore: migrate to @dcl/core-components and drop node-fetch (#159)

* chore: migrate to @dcl/core-components and drop node-fetch

Migrate off @well-known-components/* onto the published @dcl/* packages,
drop node-fetch, and cancel unconsumed fetch response bodies.

Dependency swaps:
- @well-known-components/http-server -> @dcl/http-server
- @well-known-components/metrics -> @dcl/metrics
- @well-known-components/fetch-component -> @dcl/fetch-component
- @well-known-components/test-helpers -> @dcl/test-helpers
- @dcl/platform-server-commons -> @dcl/http-commons
- dcl-catalyst-client -> ^22.0.0
- add @dcl/core-commons for IFetchComponent / IHttpServerComponent types
- remove node-fetch and @types/node-fetch
- add jest / ts-jest / @types/jest devDeps (now peers of @dcl/test-helpers)

Import rewrites move the IFetchComponent / IHttpServerComponent interface
types to @dcl/core-commons while Lifecycle / IConfigComponent /
ILoggerComponent / IMetricsComponent / IBaseComponent stay on
@well-known-components/interfaces. createLocalFetchCompoment ->
createLocalFetchComponent and the integration stub APIs move from sinon
(onFirstCall/reset) to jest (mockResolvedValueOnce/mockReset).

Add a drainResponse helper and use it in reprocess-failures.ts, which only
reads response.status in a loop, to release the native fetch socket.

* ci: bump Node to 24 for the @dcl/core-components engine requirement

@dcl/http-commons@2.0.0 (and the @dcl/core packages) declare engines node >=22.
The build workflow used the reusable apps-with-db-build default (Node 18) and the
Dockerfile installed Node 20, so 'yarn install --frozen-lockfile' failed the engine
check on CI and in the image build. Pass node-version: 24.x to the build workflow
(matching the migrated reference repos) and install Node 24 in the Dockerfile.

160 of 207 branches covered (77.29%)

Branch coverage included in aggregate %.

7 of 10 new or added lines in 5 files covered. (70.0%)

483 of 524 relevant lines covered (92.18%)

20.66 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
0.0
src/utils/drain-response.ts
Jobs
ID Job ID Ran Files Coverage
1 28242288805.1 26 Jun 2026 01:50PM UTC 42
89.27
GitHub Action Run
Source Files on build 28242288805
  • Tree
  • List 21
  • Changed 17
  • Source Changed 5
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28242288805
  • b9e333c7 on github
  • Prev Build on main (#25583051279)
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