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): Cleanup stand by transactions in Transaction Feed V2 #6146

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

move logic into reducer

9a5e4f3
Select commit
Loading
Failed to load commit list.
Open

chore(TransactionFeedV2): Cleanup stand by transactions in Transaction Feed V2 #6146

move logic into reducer
9a5e4f3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 14, 2024 in 0s

88.76% (target 75.00%)

View this Pull Request on Codecov

88.76% (target 75.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.76%. Comparing base (720ae00) to head (9a5e4f3).
Report is 5 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##             main    #6146    +/-   ##
========================================
  Coverage   88.75%   88.76%            
========================================
  Files         727      727            
  Lines       30752    30776    +24     
  Branches     5624     5630     +6     
========================================
+ Hits        27295    27319    +24     
- Misses       3259     3414   +155     
+ Partials      198       43   -155     
Files with missing lines Coverage Δ
src/transactions/actions.ts 100.00% <100.00%> (ø)
src/transactions/feed/TransactionFeedV2.tsx 89.36% <100.00%> (+1.08%) ⬆️
src/transactions/reducer.ts 86.17% <100.00%> (+0.96%) ⬆️

... and 65 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 720ae00...9a5e4f3. Read the comment docs.