hashgraph / hedera-mirror-node-explorer

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

chore: replaced EntityLoader and AutoRefreshLoader by EntityLoaderV2 #1060

Closed ericleponner closed 2 months ago

ericleponner commented 2 months ago

Description:

Changes below are refactoring. No semantic changes.

Checklist

github-actions[bot] commented 2 months ago

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 82.9% 38827 / 46835
🔵 Statements 82.9% 38827 / 46835
🔵 Functions 62.65% 874 / 1395
🔵 Branches 84.01% 4062 / 4835
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/components/contract/ContractActionsLoader.ts 90.83% 84% 85.71% 90.83% 74-75, 104-109, 115-116, 125-126
src/components/contract/ContractResultTrace.vue 93.93% 80% 16.66% 93.93% 93, 96-97, 99-103
src/components/dashboard/HbarMarketDashboard.vue 89.04% 75% 100% 89.04% 39-53, 104
src/components/dashboard/metrics/HederaMetricsLoader.ts 100% 96.36% 100% 100%
src/utils/cache/CacheUtils.ts 100% 100% 100% 100%
src/utils/loader/EntityLoaderV2.ts 98.74% 96.55% 92.3% 98.74% 99-100
Generated in workflow #914
sonarcloud[bot] commented 2 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
20.3% Duplication on New Code (required ≤ 3%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint