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: New vault swap encoding RPC & bouncer test #5384

Merged
merged 18 commits into from
Nov 11, 2024

fix: comments + clippy

6a6d84e
Select commit
Loading
Failed to load commit list.
Merged

Feat: New vault swap encoding RPC & bouncer test #5384

fix: comments + clippy
6a6d84e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 11, 2024 in 0s

71% (-0%) compared to daf9e73

Details

Codecov Report

Attention: Patch coverage is 20.08547% with 187 lines in your changes missing coverage. Please review.

Project coverage is 71%. Comparing base (daf9e73) to head (6a6d84e).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
state-chain/runtime/src/lib.rs 14% 0 Missing and 78 partials ⚠️
state-chain/custom-rpc/src/lib.rs 0% 33 Missing ⚠️
state-chain/chains/src/address.rs 22% 30 Missing and 2 partials ⚠️
state-chain/runtime/src/runtime_apis.rs 45% 17 Missing and 1 partial ⚠️
api/lib/src/lib.rs 0% 11 Missing ⚠️
state-chain/pallets/cf-swapping/src/lib.rs 10% 9 Missing ⚠️
api/lib/src/lp.rs 0% 5 Missing ⚠️
...ate-chain/traits/src/mocks/swap_limits_provider.rs 0% 1 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##            main   #5384    +/-   ##
======================================
- Coverage     72%     71%    -0%     
======================================
  Files        486     486            
  Lines      85973   85977     +4     
  Branches   85973   85977     +4     
======================================
- Hits       61526   61383   -143     
- Misses     21586   21662    +76     
- Partials    2861    2932    +71     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.