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

decentraland / sites
94%
master: 94%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/typescript-eslint/parser-8.60.0
DEFAULT BRANCH: master
Repo Added 14 May 2026 09:07PM UTC
Token II953l8u7gnj3xxhaQ39yVZG94B5wmrkL regen
Build 275 Last
Files 195
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 0.24.0
branch: 0.24.0
CHANGE BRANCH
x
Reset
Sync Branches
  • 0.24.0
  • 0.22.0
  • 0.23.0
  • 0.25.0
  • 0.25.0-pre
  • 0.25.0-pre-2
  • 0.25.0-pre-3
  • 0.25.0-pre-4
  • 0.26.0
  • 0.26.1
  • 0.27.0
  • 0.28.0
  • chore/bump-oddish-node24
  • chore/prune-orphan-intl-keys
  • chore/remove-manual-deploy-debug
  • dependabot/npm_and_yarn/babel/core-7.29.0
  • dependabot/npm_and_yarn/babel/core-7.29.7
  • dependabot/npm_and_yarn/contentful/rich-text-react-renderer-16.2.1
  • dependabot/npm_and_yarn/contentful/rich-text-types-17.2.7
  • dependabot/npm_and_yarn/dcl/crypto-3.7.0
  • dependabot/npm_and_yarn/dcl/single-sign-on-client-2.0.0
  • dependabot/npm_and_yarn/decentraland-ui2-3.10.0
  • dependabot/npm_and_yarn/dotenv-17.4.2
  • dependabot/npm_and_yarn/eslint-plugin-prettier-5.5.5
  • dependabot/npm_and_yarn/eslint-plugin-prettier-5.5.6
  • dependabot/npm_and_yarn/husky-9.1.7
  • dependabot/npm_and_yarn/livekit-client-2.19.0
  • dependabot/npm_and_yarn/multi-fefd86145f
  • dependabot/npm_and_yarn/npm-package-json-lint-10.4.0
  • dependabot/npm_and_yarn/qs-6.15.2
  • dependabot/npm_and_yarn/react-redux-9.3.0
  • dependabot/npm_and_yarn/react-router-dom-7.15.1
  • dependabot/npm_and_yarn/reduxjs/toolkit-2.11.2
  • dependabot/npm_and_yarn/scripts/screenshots/playwright-1.55.1
  • dependabot/npm_and_yarn/ts-jest-29.4.11
  • dependabot/npm_and_yarn/ts-jest-29.4.9
  • dependabot/npm_and_yarn/typescript-eslint-8.59.4
  • dependabot/npm_and_yarn/typescript-eslint-8.60.0
  • dependabot/npm_and_yarn/typescript-eslint/parser-8.59.4
  • dependabot/npm_and_yarn/typescript-eslint/parser-8.60.0
  • dependabot/npm_and_yarn/vite-plugin-node-polyfills-0.25.0
  • docs/claude-md-vite-css-manualchunks
  • feat/428
  • feat/430-vertical-image-file-size-hint
  • feat/433
  • feat/461
  • feat/482
  • feat/505
  • feat/507
  • feat/CI-Manual-deploy-branch-fail
  • feat/EDV
  • feat/add-event-location
  • feat/analisis
  • feat/change-photo-share-twitter-text
  • feat/ci-manual-deploy-issue
  • feat/coverage
  • feat/download-page-update
  • feat/e2e-blog-pilot
  • feat/edit-event-success-message
  • feat/forward-dclenv-to-deep-link
  • feat/lighthouse-in-static-pages
  • feat/manual-deploy-workflow
  • feat/migrate-to-aws-oidc
  • feat/play-migration
  • feat/profile-rebuild
  • feat/remove-screenshots-and-other-CI
  • feat/social-section
  • feat/switch-between-wallets
  • feat/vertical-image-file-size-hint
  • fix/509-consistent-event-time-display
  • fix/build-release-use-trusted-publishing
  • fix/coveralls-upload
  • fix/event-tracking-overhaul
  • fix/expand-recurrent-dates-for-calendar-visibility
  • fix/jump-position-param-forwarding
  • fix/pin-npm-1141-for-oidc
  • fix/recurrent-event-edit-rrule-corruption
  • master
  • nachomazzara-patch-1
  • refactor/storage-dialog-error-hook
  • refactor/whats-on-critical-path
  • security/pin-checkout-sha
  • test/coverage-branches

18 May 2026 08:40PM UTC coverage: 93.51% (+0.01%) from 93.499%
26059504095

push

github

web-flow
feat: forward dclenv param from jump URL into Explorer deep link (#487)

* feat: forward dclenv param from jump URL into Explorer deep link

Read the `dclenv` query parameter from the current URL in JumpInButton
and pass it through buildDeepLinkOptions → launchDesktopApp so that
URLs like /jump?realm=...&position=...&dclenv=zone open the Explorer
in the correct environment.

* chore: fix lint errors in JumpInButton spec

* feat: fall back to env param when forwarding dclenv to Explorer

* fix: map env query param to Explorer's dclenv TLD value

* refactor: rename buildDeepLinkOptions dclenv arg to explorerEnv

* refactor: drop dclenv from buildDeepLinkOptions return type

* Revert "refactor: drop dclenv from buildDeepLinkOptions return type"

This reverts commit 91bd180ae.

* refactor: rename buildDeepLinkOptions arg from explorerEnv to env

* refactor: move env-to-dclenv mapping into places helpers

* refactor: extract mapEnvToDclenv into shared config/dclenv module

---------

Co-authored-by: Braian Mellor <braianj@gmail.com>

3287 of 3751 branches covered (87.63%)

Branch coverage included in aggregate %.

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

4839 of 4939 relevant lines covered (97.98%)

15.43 hits per line

Relevant lines Covered
Build:
Build:
4939 RELEVANT LINES 4839 COVERED LINES
15.43 HITS PER LINE
Source Files on 0.24.0
  • Tree
  • List 168
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26059504095 0.24.0 feat: forward dclenv param from jump URL into Explorer deep link (#487) * feat: forward dclenv param from jump URL into Explorer deep link Read the `dclenv` query parameter from the current URL in JumpInButton and pass it through buildDeepLinkOp... push 18 May 2026 08:48PM UTC web-flow github
93.51
See All Builds (275)

Badge your Repo: sites

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