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

decentraland / eth-connect / 28118346084
68%

Build:
DEFAULT BRANCH: master
Ran 24 Jun 2026 05:49PM UTC
Jobs 1
Files 29
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

24 Jun 2026 05:48PM UTC coverage: 67.697%. Remained the same
28118346084

push

github

web-flow
feat: accept the native fetch directly as the HTTPProvider fetch option (#583)

FetchFunction declared `mode?: string`, which made the global native fetch
non-assignable to it (native `RequestInit` types `mode` as `RequestMode`, and
`string` is not assignable to `RequestMode`), forcing callers to cast with
`fetch as unknown as FetchFunction`. HTTPProvider never sets `mode`, so dropping
it lets the global native fetch — the same WHATWG signature on web and server —
as well as native-fetch components (e.g. @dcl/fetch-component) and node-fetch be
passed to `options.fetch` with no cast.

Type-only change: the emitted JS is unchanged, and existing callers (including
those still passing node-fetch) keep compiling. Adds compile-time assertions and
regenerates the API report and docs.

568 of 995 branches covered (57.09%)

Branch coverage included in aggregate %.

1293 of 1754 relevant lines covered (73.72%)

148.33 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28118346084.1 24 Jun 2026 05:49PM UTC 58
69.89
GitHub Action Run
Source Files on build 28118346084
  • Tree
  • List 29
  • Changed 21
  • Source Changed 1
  • Coverage Changed 21
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28118346084
  • ce27c1e7 on github
  • Prev Build on master (#28110572591)
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