-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: ledger address list #610
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
.github/workflows/test.yml
Outdated
@@ -841,7 +841,7 @@ jobs: | |||
- name: Test | |||
uses: nick-invision/retry@v2 | |||
env: | |||
COVERAGE_THRESHOLD_LINES: 99.93 | |||
COVERAGE_THRESHOLD_LINES: 99.75 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Due to the components being refactored, this line needed to be updated. The lines missing tests are the same as before the PR 🤔
src/domains/wallet/pages/ImportWallet/Ledger/LedgerScanStep.blocks.test.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@samharperpittam @shahin-hq PR should be ready to review again ✅ |
[ledger] adjust address list
Summary
Address
component has been refactored.Checklist