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

feat: add new Review component and apply it to SendConfirmation #6402

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

try to fix e2e again

a09bf64
Select commit
Loading
Failed to load commit list.
Open

feat: add new Review component and apply it to SendConfirmation #6402

try to fix e2e again
a09bf64
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 10, 2025 in 0s

89.11% (target 75.00%)

View this Pull Request on Codecov

89.11% (target 75.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.11%. Comparing base (ee71b25) to head (a09bf64).
Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##             main    #6402    +/-   ##
========================================
  Coverage   89.10%   89.11%            
========================================
  Files         737      737            
  Lines       31881    31956    +75     
  Branches     5743     6060   +317     
========================================
+ Hits        28409    28478    +69     
- Misses       3424     3431     +7     
+ Partials       48       47     -1     
Files with missing lines Coverage Δ
src/account/utils.ts 100.00% <100.00%> (ø)
src/components/Avatar.tsx 100.00% <100.00%> (ø)
src/components/ContactCircle.tsx 100.00% <100.00%> (ø)
src/components/Review.tsx 100.00% <100.00%> (ø)
src/recipients/recipient.ts 78.90% <100.00%> (ø)
src/send/SendConfirmation.tsx 96.55% <100.00%> (+0.71%) ⬆️
src/tokens/hooks.ts 98.03% <100.00%> (+0.42%) ⬆️

... and 4 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 ee71b25...a09bf64. Read the comment docs.