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

decentraland / worlds-content-server / 27840740596 / 1
89%
main: 89%

Build:
Build:
LAST BUILD BRANCH: refactor/remove-node-fetch-from-runtime
DEFAULT BRANCH: main
Ran 19 Jun 2026 05:52PM UTC
Files 217
Run time 9s
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

19 Jun 2026 05:50PM UTC coverage: 89.898% (-0.3%) from 90.177%
27840740596.1

Pull #497

github

LautaroPetaccio
refactor: keep the test fetcher on undici, handle npm form-data explicitly

Reverts the node-fetch fallback for the test fetcher. dcl-catalyst-client builds
deploy bodies with the npm form-data package, which isn't a native BodyInit, so
undici serialized it as text/plain and busboy rejected it. Detect a form-data
body (getBuffer/getHeaders), materialize it to a Uint8Array, and set its
multipart Content-Type (with boundary) so the native fetch sends a proper
upload. Drops the node-fetch / @types/node-fetch devDependencies again.

Validated the form-data -> undici -> busboy roundtrip standalone (busboy is the
same parser the server uses).
Pull Request #497: refactor: drop node-fetch from the runtime dependency tree

1489 of 1781 branches covered (83.6%)

Branch coverage included in aggregate %.

5968 of 6514 relevant lines covered (91.62%)

33.98 hits per line

Source Files on job 27840740596.1
  • Tree
  • List 217
  • Changed 76
  • Source Changed 27
  • Coverage Changed 73
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 27840740596
  • 8c2d2a6c on github
  • Prev Job for on refactor/remove-node-fetch-from-runtime (#27793959231.1)
  • Next Job for on refactor/remove-node-fetch-from-runtime (#27842034805.1)
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