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

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

Build:
Build:
LAST BUILD BRANCH: refactor/remove-node-fetch-from-runtime
DEFAULT BRANCH: main
Ran 19 Jun 2026 05:52PM UTC
Jobs 1
Files 109
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

19 Jun 2026 05:50PM UTC coverage: 88.806% (-0.2%) from 89.049%
27840740596

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

1403 of 1683 branches covered (83.36%)

Branch coverage included in aggregate %.

15 of 35 new or added lines in 6 files covered. (42.86%)

2984 of 3257 relevant lines covered (91.62%)

67.95 hits per line

Uncovered Changes

Lines Coverage ∆ File
13
79.05
-1.27% src/adapters/name-ownership.ts
6
38.46
src/adapters/fetch.ts
1
87.79
-1.1% src/logic/multipart.ts
Jobs
ID Job ID Ran Files Coverage
1 27840740596.1 19 Jun 2026 05:52PM UTC 217
89.9
GitHub Action Run
Source Files on build 27840740596
  • Tree
  • List 109
  • Changed 76
  • Source Changed 27
  • Coverage Changed 73
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27840740596
  • Pull Request #497
  • PR Base - main (#27793959231)
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