• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
You are now the owner of this repo.

decentraland / atlas-server
41%
master: 41%

Build:
Build:
LAST BUILD BRANCH: chore/update-node-to-24
DEFAULT BRANCH: master
Repo Added 13 Jan 2023 05:55PM UTC
Token SipBXdcBfPBxOdNjifDZ3pmj881y3Je3j regen
Build 181 Last
Files 39
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

LAST BUILD ON BRANCH chore/update-node-to-24
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • add-ai-agent-context-to-readme
  • chore/add-space
  • chore/bump-libs
  • chore/bump-node
  • chore/enhance-docs
  • chore/readme-change
  • chore/trigger-deploy
  • chore/update-node-to-24
  • docs/api
  • feat/add-release-job
  • feat/add-tracing-and-logging
  • feat/cache-tiles-s3
  • feat/cors
  • feat/feature-flag
  • feat/improve-atlas-cache
  • feat/instrument-http-requests-logger
  • feat/migrate-to-new-ci-infra
  • feat/redeploy-atlas-server
  • feat/sanitize-estates-id
  • feat/tiles-with-trades
  • feat/trigger-build
  • feat/trigger-deploy
  • feat/try-to-use-s3
  • feat/update-graph-component
  • feat/use-node-18-alpine
  • fix/add-console-update
  • fix/add-last-modified-tests
  • fix/estates-trades-not-showing
  • fix/expiration-date-lands
  • fix/filter-nulled-rental-listings
  • fix/no-cache-on-last-updated
  • fix/parcel-updated-at
  • fix/re-trigger-deployment
  • fix/remove-lastModifiedHeader-temporary
  • fix/remove-modified-middleware
  • fix/remove-old-infra-code
  • fix/rental-listing-calculation
  • fix/save-metrics-of-all-updates
  • fix/small-change
  • fix/trigger-redeployment
  • fix/udpdate-deps
  • fix/ulimit
  • fix/update-dep
  • fix/update-rentals-with-milliseconds
  • fix/update-schemas
  • fix/updated-at-calculation-ms
  • fix/use-seconds
  • fix/workflow
  • fzavalia-patch-1
  • master
  • refs/heads/master
  • refs/tags/1.0.0
  • refs/tags/1.0.1
  • refs/tags/1.1.0
  • refs/tags/1.13.17
  • refs/tags/1.2.0
  • refs/tags/1.2.1
  • refs/tags/1.3.0
  • refs/tags/1.3.1
  • refs/tags/1.3.10
  • refs/tags/1.3.11
  • refs/tags/1.3.12
  • refs/tags/1.3.13
  • refs/tags/1.3.14
  • refs/tags/1.3.15
  • refs/tags/1.3.16
  • refs/tags/1.3.18
  • refs/tags/1.3.19
  • refs/tags/1.3.2
  • refs/tags/1.3.3
  • refs/tags/1.3.4
  • refs/tags/1.3.5
  • refs/tags/1.3.6
  • refs/tags/1.3.7
  • refs/tags/1.3.8
  • refs/tags/1.3.9
  • refs/tags/1.4.0
  • refs/tags/1.4.1
  • refs/tags/1.5.0
  • refs/tags/1.5.1
  • refs/tags/1.5.2
  • security/pin-github-actions-sha

31 May 2026 11:37PM UTC coverage: 41.465%. Remained the same
26727779670

Pull #137

github

decentraland-bot
fix: upgrade canvas to v3 for Node 24 compatibility

Canvas 2.x uses NAN/V8 C++ bindings that are incompatible with Node 24's
V8 API changes. Canvas 3.x migrates to N-API, which provides a stable ABI
across Node versions. This also resolves the TS5107 moduleResolution
deprecation error that appeared in CI because the canvas build failure
caused npm ci to fail, preventing the project's own TypeScript 4.9 from
being available.

Also adds pixman-dev and pkgconf to the Dockerfile build stage for canvas
3.x native compilation on Alpine.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pull Request #137: chore: update Node.js to 24

298 of 414 branches covered (71.98%)

Branch coverage included in aggregate %.

1485 of 3886 relevant lines covered (38.21%)

11.42 hits per line

Relevant lines Covered
Build:
Build:
3886 RELEVANT LINES 1485 COVERED LINES
11.42 HITS PER LINE
Source Files on master
  • Tree
  • List 39
  • Changed 37
  • Source Changed 0
  • Coverage Changed 37
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26727779670 chore/update-node-to-24 fix: upgrade canvas to v3 for Node 24 compatibility Canvas 2.x uses NAN/V8 C++ bindings that are incompatible with Node 24's V8 API changes. Canvas 3.x migrates to N-API, which provides a stable ABI across Node versions. This also resolves the TS... Pull #137 31 May 2026 11:39PM UTC decentraland-bot github
41.47
26044731158 master ci: pin third-party GitHub Actions to commit SHAs (#134) ## Summary Pin mutable branch reference (`@master`) on third-party GitHub Actions to an immutable commit SHA, preventing supply chain attacks if a third-party maintainer account is comprom... push 18 May 2026 03:58PM UTC web-flow github
41.47
26044243261 security/pin-github-actions-sha Update Coveralls GitHub Action to version 2.3.6 Signed-off-by: Gabriel Díaz <git@subsme.slmail.me> Pull #134 18 May 2026 03:48PM UTC web-flow github
41.47
26038175071 security/pin-github-actions-sha ci: pin third-party GitHub Actions to commit SHAs Pull #134 18 May 2026 01:59PM UTC decentraland-bot github
40.07
23163698327 refs/tags/1.5.2 chore: bump node version (#133) Signed-off-by: Kevin Szuchet <31735779+kevinszuchet@users.noreply.github.com> push 16 Mar 2026 08:11PM UTC web-flow github
40.07
21068713035 master chore: bump node version (#133) Signed-off-by: Kevin Szuchet <31735779+kevinszuchet@users.noreply.github.com> push 16 Jan 2026 01:48PM UTC web-flow github
40.07
21027070732 chore/bump-node Apply suggestion from @kevinszuchet Signed-off-by: Kevin Szuchet <31735779+kevinszuchet@users.noreply.github.com> Pull #133 15 Jan 2026 09:57AM UTC web-flow github
40.07
20992641233 chore/bump-node chore: bump node version Pull #133 14 Jan 2026 11:36AM UTC kevinszuchet github
40.07
20992558514 chore/bump-node chore: bump node version Pull #133 14 Jan 2026 11:33AM UTC kevinszuchet github
40.07
20988816357 chore/bump-node chore: bump node version Pull #133 14 Jan 2026 09:19AM UTC kevinszuchet github
40.07
See All Builds (140)

Badge your Repo: atlas-server

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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