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

decentraland / lamb2
83%

Build:
DEFAULT BRANCH: main
Repo Added 16 Oct 2024 08:02PM UTC
Files 66
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 main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • badge
  • coverage
  • dependabot/npm_and_yarn/dcl-catalyst-client-21.8.0
  • dependabot/npm_and_yarn/dcl-catalyst-client-21.8.1
  • dependabot/npm_and_yarn/dcl/catalyst-api-specs-3.4.0
  • dependabot/npm_and_yarn/dcl/catalyst-api-specs-3.5.0
  • dependabot/npm_and_yarn/dcl/eslint-config-2.3.0
  • dependabot/npm_and_yarn/dcl/schemas-15.0.0
  • dependabot/npm_and_yarn/dcl/schemas-15.1.0
  • dependabot/npm_and_yarn/dcl/schemas-15.1.1
  • dependabot/npm_and_yarn/dcl/schemas-15.1.2
  • dependabot/npm_and_yarn/dcl/schemas-15.3.0
  • dependabot/npm_and_yarn/dcl/schemas-15.3.1
  • dependabot/npm_and_yarn/dcl/schemas-15.3.3
  • dependabot/npm_and_yarn/dcl/schemas-15.4.0
  • dependabot/npm_and_yarn/dcl/schemas-15.5.0
  • dependabot/npm_and_yarn/dcl/schemas-15.7.0
  • dependabot/npm_and_yarn/dcl/schemas-15.8.1
  • dependabot/npm_and_yarn/dcl/schemas-16.0.0
  • dependabot/npm_and_yarn/dcl/schemas-16.1.0
  • dependabot/npm_and_yarn/dcl/schemas-16.11.0
  • dependabot/npm_and_yarn/dcl/schemas-16.12.0
  • dependabot/npm_and_yarn/dcl/schemas-16.13.0
  • dependabot/npm_and_yarn/dcl/schemas-16.14.0
  • dependabot/npm_and_yarn/dcl/schemas-16.3.0
  • dependabot/npm_and_yarn/dcl/schemas-16.6.4
  • dependabot/npm_and_yarn/dcl/schemas-16.8.0
  • dependabot/npm_and_yarn/dcl/schemas-16.9.0
  • dependabot/npm_and_yarn/dcl/schemas-17.0.0
  • dependabot/npm_and_yarn/dcl/schemas-17.1.0
  • dependabot/npm_and_yarn/dcl/schemas-18.0.0
  • dependabot/npm_and_yarn/dcl/schemas-18.3.0
  • dependabot/npm_and_yarn/dcl/schemas-18.5.1
  • dependabot/npm_and_yarn/dcl/schemas-18.8.0
  • dependabot/npm_and_yarn/dcl/schemas-19.0.0
  • dependabot/npm_and_yarn/dcl/schemas-19.3.0
  • dependabot/npm_and_yarn/well-known-components/interfaces-1.5.1
  • dependabot/npm_and_yarn/well-known-components/interfaces-1.5.2
  • dependabot/npm_and_yarn/well-known-components/test-helpers-1.5.8
  • feat/add-endpoint-parcel-permissions
  • feat/ask-owner-by-address
  • feat/cdn-url
  • feat/dapps-db-integration
  • feat/explorer-wearables-exposes-compact-response
  • feat/get-owner-by-name
  • feat/improve_backpack_items_retrieval
  • feat/land-operators-endpoint
  • feat/marketplace-api
  • feat/parcel-operators
  • feat/pr-related
  • fix/default-profiles-retrieval
  • fix/fix-trimmed-version-for-explorer-query-param
  • fix/get-all-land-permissions
  • fix/get-parcel-permission
  • fix/lw-complete-fetch
  • fix/profile-images-urls
  • fix/restore-individual-data-on-explorer-endpoint
  • fix/third-party-wearables-not-fetching
  • profile-service-cdn
  • refactor/implement-feedbacks-on-trimmed-entity-version
  • refs/tags/3.10.4
  • refs/tags/3.10.5
  • refs/tags/3.10.6
  • refs/tags/3.10.7
  • refs/tags/3.11.0
  • refs/tags/3.11.1
  • refs/tags/3.12.0
  • refs/tags/3.13.0
  • refs/tags/3.13.1
  • refs/tags/3.14.0
  • refs/tags/3.14.1
  • refs/tags/4.0.0
  • refs/tags/4.1.0
  • refs/tags/4.2.0
  • refs/tags/4.3.0
  • refs/tags/4.4.0
  • refs/tags/4.4.1

07 Oct 2025 02:16PM UTC coverage: 82.603% (-0.008%) from 82.611%
18315675965

push

github

web-flow
refactor: streamline ExplorerWearable types and update entity handling (#433)

* refactor: streamline ExplorerWearable types and update entity handling

- Removed redundant ExplorerWearable types from types.ts and consolidated them into utils.ts.
- Refactored buildExplorerEntity function to buildTrimmedEntity for improved clarity and functionality.
- Updated explorer-handler to utilize the new buildTrimmedEntity function for handling wearable entities.

* chore: remove unused constants for wearable types from constants.ts

441 of 585 branches covered (75.38%)

Branch coverage included in aggregate %.

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

1368 of 1605 relevant lines covered (85.23%)

52.62 hits per line

Relevant lines Covered
Build:
Build:
1605 RELEVANT LINES 1368 COVERED LINES
52.62 HITS PER LINE
Source Files on main
  • Tree
  • List 66
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
18315675965 main refactor: streamline ExplorerWearable types and update entity handling (#433) * refactor: streamline ExplorerWearable types and update entity handling - Removed redundant ExplorerWearable types from types.ts and consolidated them into utils.ts. ... push 07 Oct 2025 02:17PM UTC web-flow github
82.6
18280755216 main feat: enhance explorer handler to support trimmed responses for wearables (#430) * feat: enhance explorer handler to support trimmed responses for wearables - Introduced `isTrimmed` parameter to fetchCombinedElements for conditional response str... push 06 Oct 2025 12:26PM UTC web-flow github
82.61
18228037826 main fix: reverts improvement of backpack items retrieval with trimmed metadata (#45) (#424) (#431) push 03 Oct 2025 04:31PM UTC web-flow github
82.49
18162915602 main feat: improve backpack items retrieval with trimmed metadata (#45) (#424) * feat: improve backpack items retrieval with trimmed metadata (#45) * feat: add constants for wearable types and refactor explorer handler to use them * refactor: simpli... push 01 Oct 2025 12:59PM UTC web-flow github
82.48
17774621427 main fix: LinkedWearables fetching by retrieving all entities from content-server (#425) * fix: LinkedWearables fetching by checking ownership over all items of collection * refactor: third-party-wearables fetching * test: fix by isolating cache * ... push 16 Sep 2025 05:57PM UTC web-flow github
82.49
16679441381 main feat: endpoint to fetch users operator permissions (#417) push 01 Aug 2025 03:52PM UTC web-flow github
81.88
16632388006 main feat: get owner by name (#416) * feat: get owner by name * test: fetch name owner * feat: remove return of 404 when not dcl name * test: name-owner-handle push 30 Jul 2025 07:54PM UTC web-flow github
81.62
15169217471 main break: Get all land permissions (#404) * fix: Get all land permissions * fix: Tests * fix: Changed operator and update operator as there can only be one * fix: Get land and estate contract from package push 21 May 2025 05:57PM UTC web-flow github
81.57
14313218026 main feat: parcel operators endpoint (#396) * feat: parcel operators * refactor: merge parcel operators fetcher and parcel permissions fetcher * test: update push 07 Apr 2025 03:29PM UTC web-flow github
81.65
14065593268 main fix: get parcel permission (#394) push 25 Mar 2025 04:57PM UTC web-flow github
81.86
See All Builds (145)
  • 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

© 2025 Coveralls, Inc