Skip to content
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

chore(IT Wallet): [SIW-1927] Add pull-to-refresh to the wallet screen #6556

Merged
merged 16 commits into from
Dec 17, 2024

Merge branch 'master' into SIW-1927-add-pull-to-refresh-to-wallet

8078e45
Select commit
Loading
Failed to load commit list.
Merged

chore(IT Wallet): [SIW-1927] Add pull-to-refresh to the wallet screen #6556

Merge branch 'master' into SIW-1927-add-pull-to-refresh-to-wallet
8078e45
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 17, 2024 in 0s

49.25% (+0.82%) compared to 4f204b4

View this Pull Request on Codecov

49.25% (+0.82%) compared to 4f204b4

Details

Codecov Report

Attention: Patch coverage is 57.14286% with 24 lines in your changes missing coverage. Please review.

Project coverage is 49.25%. Comparing base (4f204b4) to head (8078e45).
Report is 897 commits behind head on master.

Files with missing lines Patch % Lines
.../features/wallet/saga/handleWalletAnalyticsSaga.ts 0.00% 12 Missing ⚠️
ts/features/wallet/saga/handleWalletUpdateSaga.ts 0.00% 4 Missing ⚠️
ts/features/wallet/screens/WalletHomeScreen.tsx 84.00% 4 Missing ⚠️
ts/features/wallet/saga/index.ts 0.00% 3 Missing ⚠️
ts/features/wallet/store/reducers/cards.ts 75.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6556      +/-   ##
==========================================
+ Coverage   48.42%   49.25%   +0.82%     
==========================================
  Files        1488     1553      +65     
  Lines       31617    31983     +366     
  Branches     7669     7240     -429     
==========================================
+ Hits        15311    15752     +441     
+ Misses      16238    16192      -46     
+ Partials       68       39      -29     
Files with missing lines Coverage Δ
ts/components/ui/IOScrollView.tsx 87.17% <100.00%> (ø)
ts/features/wallet/store/actions/index.ts 100.00% <100.00%> (ø)
ts/features/wallet/store/selectors/index.ts 92.50% <100.00%> (ø)
ts/features/wallet/utils/index.tsx 77.77% <100.00%> (ø)
ts/features/wallet/store/reducers/cards.ts 97.14% <75.00%> (ø)
ts/features/wallet/saga/index.ts 14.28% <0.00%> (ø)
ts/features/wallet/saga/handleWalletUpdateSaga.ts 0.00% <0.00%> (ø)
ts/features/wallet/screens/WalletHomeScreen.tsx 77.14% <84.00%> (ø)
.../features/wallet/saga/handleWalletAnalyticsSaga.ts 0.00% <0.00%> (ø)

... and 1729 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b8229dc...8078e45. Read the comment docs.