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(TokenEnterAmount): add new component to Swap flow #6247

Merged
merged 125 commits into from
Jan 6, 2025

Merge branch 'main' into slava/change-swap-flow

daa64a9
Select commit
Loading
Failed to load commit list.
Merged

feat(TokenEnterAmount): add new component to Swap flow #6247

Merge branch 'main' into slava/change-swap-flow
daa64a9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 6, 2025 in 0s

89.08% (target 75.00%)

View this Pull Request on Codecov

89.08% (target 75.00%)

Details

Codecov Report

Attention: Patch coverage is 91.06754% with 41 lines in your changes missing coverage. Please review.

Project coverage is 89.08%. Comparing base (9694bea) to head (daa64a9).

Files with missing lines Patch % Lines
src/swap/SwapScreenV2.tsx 91.70% 33 Missing and 1 partial ⚠️
src/components/TokenEnterAmount.tsx 83.33% 7 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #6247      +/-   ##
==========================================
+ Coverage   89.04%   89.08%   +0.04%     
==========================================
  Files         735      736       +1     
  Lines       31383    31813     +430     
  Branches     5536     6020     +484     
==========================================
+ Hits        27944    28341     +397     
+ Misses       3393     3277     -116     
- Partials       46      195     +149     
Files with missing lines Coverage Δ
src/statsig/types.ts 100.00% <100.00%> (ø)
src/swap/SwapTransactionDetails.tsx 86.17% <100.00%> (-1.07%) ⬇️
src/swap/types.ts 100.00% <ø> (ø)
src/swap/useSwapQuote.ts 91.57% <100.00%> (+0.37%) ⬆️
src/components/TokenEnterAmount.tsx 95.53% <83.33%> (+1.01%) ⬆️
src/swap/SwapScreenV2.tsx 91.70% <91.70%> (ø)

... 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 9694bea...daa64a9. Read the comment docs.