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

decentraland / lamb2
80%
main: 80%

Build:
Build:
LAST BUILD BRANCH: refs/tags/4.7.0
DEFAULT BRANCH: main
Repo Added 16 Oct 2024 08:02PM UTC
Files 73
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 refs/tags/4.7.0
branch: refs/tags/4.7.0
CHANGE BRANCH
x
Reset
  • refs/tags/4.7.0
  • add-ai-agent-context-to-readme
  • badge
  • chore/use-org-marketplace-api-as-default
  • 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/eslint-config-2.3.1
  • 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/dcl/schemas-19.4.0
  • dependabot/npm_and_yarn/dcl/schemas-19.4.1
  • 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
  • docs/api
  • feat/add-endpoint-parcel-permissions
  • feat/add-smart-wereables-filter
  • feat/add-smartwearables-filter
  • feat/all-lands-permissions-from-users
  • feat/ask-owner-by-address
  • feat/cdn-url
  • feat/dapps-db-integration
  • feat/explorer-wearables-exposes-compact-response
  • feat/get-owner-by-name
  • feat/gifting-changes
  • feat/improve_backpack_items_retrieval
  • feat/land-operators-endpoint
  • feat/marketplace-api
  • feat/operator-and-updateoperator-permissions-fetch
  • feat/parcel-operators
  • feat/pr-related
  • feat/relax-name-ownership-extra-outfits
  • feat/use-marketplace-api-endpoints
  • 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
  • main
  • 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
  • refs/tags/4.4.2
  • refs/tags/4.5.0
  • refs/tags/4.6.0

14 Nov 2025 01:22PM UTC coverage: 80.266% (-0.06%) from 80.33%
19433841087

push

github

web-flow
feat: add support for polygon wearables in explorer and marketplace APIs (#445)

* feat: add support for polygon wearables in explorer and marketplace APIs

- Updated ItemType to include 'polygonWearables'.
- Enhanced marketplace API fetcher to handle 'polygonWearables' item type, allowing for fetching both wearable_v2 and smart_wearable_v1.
- Modified explorer handler to support isPolygonWearable filter, including amount in responses when requested.
- Added tests to validate new functionality for polygon wearables and ensure correct behavior with existing filters.

* feat: add explorer emotes handler and route

- Introduced a new handler for fetching emotes in the explorer, supporting pagination and filtering.
- Added a route to the router for accessing emotes by address.
- Implemented tests to validate the functionality of the new emotes endpoint, including error handling and response structure.
- Enhanced existing data generation utilities to support emote entities.

* refactor: streamline itemType and network handling in fetchers and handlers

- Removed 'polygonWearables' from ItemType and updated related logic to handle network-specific wearables.
- Enhanced marketplace API fetcher to support network parameter for fetching wearables based on the selected network (Ethereum or Polygon).
- Updated explorer handler to utilize network parameter instead of isPolygonWearable, simplifying the filters and response structure.
- Refactored tests to validate new network-based filtering and ensure correct behavior across different scenarios.

* refactor: update network handling to use enum values across fetchers and handlers

- Replaced string literals for network parameters with the Network enum in elements-fetcher, marketplace-api-fetcher, explorer-handler, and related logic.
- Adjusted tests to validate the new enum-based network handling, ensuring consistency and correctness in API responses.
- Enhanced type safety and clarity in network-related code thro... (continued)

567 of 800 branches covered (70.88%)

Branch coverage included in aggregate %.

72 of 85 new or added lines in 6 files covered. (84.71%)

1670 of 1987 relevant lines covered (84.05%)

40.03 hits per line

Relevant lines Covered
Build:
Build:
1987 RELEVANT LINES 1670 COVERED LINES
40.03 HITS PER LINE
Source Files on refs/tags/4.7.0
  • Tree
  • List 73
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19433841087 refs/tags/4.7.0 feat: add support for polygon wearables in explorer and marketplace APIs (#445) * feat: add support for polygon wearables in explorer and marketplace APIs - Updated ItemType to include 'polygonWearables'. - Enhanced marketplace API fetcher to ha... push 17 Nov 2025 02:54PM UTC web-flow github
80.27
See All Builds (203)
  • 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