builder
builder copied to clipboard
feat: use emote entity type and schema
This PR makes the necessary changes to deploy emotes as EntityType.EMOTE instead of EntityType.WEARABLE.
I created this PR as draft until the platform team enables a catalyst where we can test deploying these new entities.
Closes #2171
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| builder | ✅ Ready (Inspect) | Visit Preview | Aug 15, 2022 at 4:10PM (UTC) |
Pull Request Test Coverage Report for Build 2861858373
- 35 of 510 (6.86%) changed or added relevant lines in 33 files are covered.
- 8 unchanged lines in 5 files lost coverage.
- Overall coverage decreased (-0.1%) to 12.619%
| Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
|---|---|---|---|
| src/components/CollectionDetailPage/CollectionDetailPage.container.ts | 0 | 1 | 0.0% |
| src/components/CollectionDetailPage/CollectionItem/CollectionItem.tsx | 0 | 1 | 0.0% |
| src/components/Modals/EditPriceAndBeneficiaryModal/EditPriceAndBeneficiaryModal.container.ts | 0 | 1 | 0.0% |
| src/modules/item/sagas.ts | 13 | 14 | 92.86% |
| src/routing/locations.ts | 1 | 2 | 50.0% |
| src/components/Collapsable/Collapsable.tsx | 0 | 2 | 0.0% |
| src/components/ItemBadge/ItemBadge.tsx | 0 | 2 | 0.0% |
| src/components/ItemEditorPage/CenterPanel/CenterPanel.container.ts | 0 | 2 | 0.0% |
| src/modules/editor/reducer.ts | 0 | 2 | 0.0% |
| src/components/ItemEditorPage/LeftPanel/LeftPanel.tsx | 0 | 3 | 0.0% |
| <!-- | Total: | 35 | 510 |
| Files with Coverage Reduction | New Missed Lines | % |
|---|---|---|
| src/components/ItemEditorPage/LeftPanel/LeftPanel.tsx | 1 | 0% |
| src/components/ItemEditorPage/RightPanel/RightPanel.tsx | 1 | 0% |
| src/modules/item/export.ts | 1 | 2.04% |
| src/components/Modals/CreateSingleItemModal/CreateSingleItemModal.tsx | 2 | 0% |
| src/components/ItemEditorPage/LeftPanel/Items/Items.tsx | 3 | 0% |
| <!-- | Total: | 8 |
| Totals | |
|---|---|
| Change from base Build 2860900876: | -0.1% |
| Covered Lines: | 2076 |
| Relevant Lines: | 13618 |