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(TransactionFeedV2): Persist and rehydrate the first page of the feed #6157

Open
wants to merge 7 commits into
base: slava/feed-v2-track-cross-chain
Choose a base branch
from

Merge branch 'slava/feed-v2-track-cross-chain' into slava/feed-v2-per…

f144272
Select commit
Loading
Failed to load commit list.
Open

chore(TransactionFeedV2): Persist and rehydrate the first page of the feed #6157

Merge branch 'slava/feed-v2-track-cross-chain' into slava/feed-v2-per…
f144272
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 17, 2024 in 0s

88.84% (target 75.00%)

View this Pull Request on Codecov

88.84% (target 75.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.84%. Comparing base (96ce80a) to head (f144272).

Additional details and impacted files

Impacted file tree graph

@@                        Coverage Diff                        @@
##           slava/feed-v2-track-cross-chain    #6157    +/-   ##
=================================================================
  Coverage                            88.83%   88.84%            
=================================================================
  Files                                  728      728            
  Lines                                30899    30916    +17     
  Branches                              5665     5366   -299     
=================================================================
+ Hits                                 27449    27466    +17     
- Misses                                3254     3408   +154     
+ Partials                               196       42   -154     
Files with missing lines Coverage Δ
src/redux/migrations.ts 97.06% <100.00%> (+<0.01%) ⬆️
src/redux/store.ts 80.00% <ø> (ø)
src/transactions/actions.ts 100.00% <100.00%> (ø)
src/transactions/api.ts 100.00% <100.00%> (ø)
src/transactions/feed/TransactionFeedV2.tsx 92.70% <100.00%> (+0.22%) ⬆️
src/transactions/reducer.ts 98.42% <100.00%> (+0.05%) ⬆️
test/schemas.ts 91.63% <100.00%> (+0.02%) ⬆️

... and 66 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 96ce80a...f144272. Read the comment docs.