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

decentraland / lamb2 / 27824303898
83%
main: 83%

Build:
Build:
LAST BUILD BRANCH: chore/replace-wkc-with-core-components
DEFAULT BRANCH: main
Ran 19 Jun 2026 11:58AM UTC
Jobs 1
Files 82
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 11:57AM UTC coverage: 82.951%. Remained the same
27824303898

Pull #466

github

LautaroPetaccio
chore: replace WKC packages with core-components equivalents

Swap the @well-known-components packages that have published
core-components equivalents for their @dcl counterparts:

- @well-known-components/http-server -> @dcl/http-server
- @well-known-components/metrics -> @dcl/metrics

@dcl/http-server types its server against IHttpServerComponent from
@dcl/core-commons, which binds request/response to Node's native fetch
(global Request) instead of node-fetch. To keep the stack consistent:

- point IHttpServerComponent in src/types.ts and errorHandler.ts at
  @dcl/core-commons (added as a dependency)
- bump @dcl/schema-validator-component to 1.0.0 (the core-components
  version); its middleware returns a core-commons-typed handler, so the
  previous 0.3.1 (WKC-typed) would not register on the new router
- drop the node-fetch Request import in two unit tests so they use the
  global Request the handlers now expect
- enable skipLibCheck (the published @dcl/http-server types reference its
  ws devDep, which is not installed transitively)

The remaining WKC packages (interfaces, logger, env-config-provider,
thegraph-component, test-helpers) have no core-components equivalent and
are kept as-is.
Pull Request #466: chore: replace WKC packages with core-components equivalents

720 of 963 branches covered (74.77%)

Branch coverage included in aggregate %.

4 of 4 new or added lines in 4 files covered. (100.0%)

6 existing lines in 1 file now uncovered.

2029 of 2351 relevant lines covered (86.3%)

47.54 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
85.85
0.0% src/components.ts
Jobs
ID Job ID Ran Files Coverage
1 27824303898.1 19 Jun 2026 11:58AM UTC 82
82.95
GitHub Action Run
Source Files on build 27824303898
  • Tree
  • List 82
  • Changed 5
  • Source Changed 5
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27824303898
  • Pull Request #466
  • PR Base - main (#27283619704)
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