Closed ghost closed 2 years ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
ledger-live-common | ✅ Ready (Inspect) | Visit Preview | May 12, 2022 at 7:29AM (UTC) |
Merging #1952 (1322aba) into develop (a621f96) will increase coverage by
4.25%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## develop #1952 +/- ##
===========================================
+ Coverage 55.21% 59.47% +4.25%
===========================================
Files 450 510 +60
Lines 20559 21130 +571
Branches 5280 5696 +416
===========================================
+ Hits 11352 12567 +1215
+ Misses 9178 8541 -637
+ Partials 29 22 -7
Impacted Files | Coverage Δ | |
---|---|---|
src/families/crypto_org/api/sdk.ts | 16.85% <0.00%> (-78.66%) |
:arrow_down: |
src/families/celo/hw-app-celo.ts | 3.38% <0.00%> (-77.97%) |
:arrow_down: |
src/families/bitcoin/networks.ts | 5.88% <0.00%> (-74.51%) |
:arrow_down: |
src/families/bitcoin/js-signOperation.ts | 21.53% <0.00%> (-73.85%) |
:arrow_down: |
src/hw/signTransaction/ripple.ts | 27.27% <0.00%> (-72.73%) |
:arrow_down: |
src/families/elrond/api/sdk.ts | 22.64% <0.00%> (-71.70%) |
:arrow_down: |
src/families/solana/js-broadcast.ts | 28.57% <0.00%> (-71.43%) |
:arrow_down: |
src/families/crypto_org/js-signOperation.ts | 20.31% <0.00%> (-70.32%) |
:arrow_down: |
src/families/celo/js-getTransactionStatus.ts | 16.66% <0.00%> (-70.00%) |
:arrow_down: |
src/families/crypto_org/js-synchronisation.ts | 30.00% <0.00%> (-70.00%) |
:arrow_down: |
... and 356 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a621f96...1322aba. Read the comment docs.
Context (issues, jira)
Not fixing, but waiting for a fix to : https://ledgerhq.atlassian.net/browse/LIVE-2250
Description / Usage
For some reason, a non-frozen dev seed was used to generate test dataset accounts for Cosmos, so every time the accounts in the seed change we need to re-generate the snapshots... Will be fixed with LIVE-2250
Expectations