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

decentraland / events / 27968684486
65%

Build:
DEFAULT BRANCH: master
Ran 22 Jun 2026 04:54PM UTC
Jobs 1
Files 30
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

22 Jun 2026 04:41PM UTC coverage: 64.918%. Remained the same
27968684486

push

github

web-flow
refactor: drop node-fetch in favor of native fetch (#957)

* refactor: drop node-fetch in favor of native fetch

replace direct node-fetch usage with node's built-in fetch and bump the
catalyst client so it no longer drags node-fetch in.

- bin/smokeTest: `timeout` option -> `AbortSignal.timeout`, type `init` as `RequestInit`
- scripts/test-update-event-auth: drop the node-fetch import; read the network
  error code from `error.cause` (native fetch wraps failures as `TypeError`)
- bump dcl-catalyst-client ^21.5.0 -> ^22.0.0, which swaps cross-fetch (node-fetch)
  for @dcl/fetch-component (native fetch via @dcl/core-commons); the
  contracts-snapshots `cache` shape used by src/modules/servers.ts is unchanged

node-fetch stays in the tree transitively (decentraland-gatsby, sequence, segment);
this removes our direct usage and one transitive path.

* chore: bump decentraland-gatsby to 8.4.5

8.4.5 is the first release where decentraland-gatsby uses native fetch internally
(@dcl/http-server + @dcl/crypto-middleware instead of well-known-components
http-server + decentraland-crypto-middleware), so this drops the node-fetch paths
that gatsby was contributing to the dependency tree.

* style: apply prettier formatting to test-update-event-auth script

CI's lint-action runs prettier across the whole repo (ts/js/json/md/...), not
just src/ like the local `npm run lint` (eslint --ext .ts,.js ./src), so it
flagged scripts/test-update-event-auth.ts. Prettier only removed redundant
parens around the `??` expression (??  binds tighter than ?:, so semantics are
unchanged).

573 of 800 branches covered (71.63%)

Branch coverage included in aggregate %.

3511 of 5491 relevant lines covered (63.94%)

5.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27968684486.1 22 Jun 2026 04:54PM UTC 60
64.5
GitHub Action Run
Source Files on build 27968684486
  • Tree
  • List 30
  • Changed 17
  • Source Changed 0
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27968684486
  • 4de9389b on github
  • Prev Build on master (#27786206785)
  • Next Build on master (#28134371287)
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