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

decentraland / atlas-server / 27976649910
42%
master: 41%

Build:
Build:
LAST BUILD BRANCH: chore/migrate-to-core-components
DEFAULT BRANCH: master
Ran 22 Jun 2026 06:59PM UTC
Jobs 1
Files 39
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 06:57PM UTC coverage: 40.127% (-1.3%) from 41.465%
27976649910

Pull #140

github

LautaroPetaccio
chore: migrate from well-known-components to core-components

Replace the @well-known-components packages that have core-components
equivalents with their @dcl counterparts, and bump the existing @dcl deps:

- http-server      -> @dcl/http-server (v2, native fetch)
- metrics          -> @dcl/metrics
- pg-component     -> @dcl/pg-component
- thegraph-component -> @dcl/thegraph-component
- features-component -> @dcl/features-component
- tracer-component -> @dcl/tracer-component
- http-tracer-component -> @dcl/http-tracer-component
- http-requests-logger-component -> @dcl/http-requests-logger-component
- @dcl/schemas ^16 -> ^26 (latest)

Knock-on changes:
- @dcl/http-server v2 types the server against the native-fetch
  IHttpServerComponent from @dcl/core-commons (added as a dep). Point
  IHttpServerComponent (types.ts, last-modified-middleware) at core-commons.
- Replace the hand-rolled node-fetch fetcher (with manual traceparent
  injection) with @dcl/traced-fetch-component; node-fetch is no longer used
  and is dropped.
- Replace WKC metrics' instrumentHttpServerWithMetrics with
  @dcl/http-server's instrumentHttpServerWithPromClientRegistry
  (getDefaultHttpMetrics is already in the metric declarations).
- The @dcl deps pull @well-known-components/interfaces ^1.5, where
  Lifecycle.programEntryPoint became Lifecycle.run and main() now receives an
  EntryPointParameters program and must call startComponents(). Updated
  index.ts/service.ts and pinned interfaces to ^1.5.2.

Kept (no core-components equivalent): env-config-provider, interfaces, logger.

Build and the full test suite (9 suites / 67 tests) pass.
Pull Request #140: chore: migrate from well-known-components to core-components

159 of 217 branches covered (73.27%)

Branch coverage included in aggregate %.

4 of 40 new or added lines in 10 files covered. (10.0%)

1 existing line in 1 file now uncovered.

1485 of 3880 relevant lines covered (38.27%)

5.72 hits per line

Uncovered Changes

Lines Coverage ∆ File
19
0.0
0.0% src/components.ts
8
0.0
0.0% src/service.ts
4
0.0
0.0% src/types.ts
3
0.0
0.0% src/metrics.ts
1
0.0
0.0% src/controllers/routes.ts
1
0.0
0.0% src/index.ts

Coverage Regressions

Lines Coverage ∆ File
1
0.0
0.0% src/service.ts
Jobs
ID Job ID Ran Files Coverage
1 27976649910.1 22 Jun 2026 06:59PM UTC 39
40.13
GitHub Action Run
Source Files on build 27976649910
  • Tree
  • List 39
  • Changed 39
  • Source Changed 39
  • Coverage Changed 39
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #140
  • PR Base - master (#27785919625)
  • Delete
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