hashgraph / hedera-mirror-node-explorer

Hedera Mirror Node Explorer for the Hedera Hashgraph DLT.
Apache License 2.0
16 stars 12 forks source link

chore: Add MediaContent, NftPreview and NftFile components #1110

Closed svienot closed 3 months ago

svienot commented 3 months ago

Description:

These components are for further use. Note that MediaContent is currently indirectly covered by units tests for the other 2 (derived) components.

Checklist

github-actions[bot] commented 3 months ago

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 83.02% 40008 / 48186
🔵 Statements 83.02% 40008 / 48186
🔵 Functions 62.63% 897 / 1432
🔵 Branches 83.88% 4160 / 4959
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/components/MediaContent.vue 94% 96.29% 27.27% 94% 135-136, 155-158, 162-164, 175-178, 191-192
src/components/token/NftFile.vue 100% 100% 100% 100%
src/components/token/NftPreview.vue 96.09% 88.88% 50% 96.09% 102-106
Generated in workflow #993
sonarcloud[bot] commented 3 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
22.3% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud