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

refactor: move amm math into its own crate #5418

Merged
merged 3 commits into from
Nov 18, 2024

refactor: make pool price struct generic

340157e
Select commit
Loading
Failed to load commit list.
Merged

refactor: move amm math into its own crate #5418

refactor: make pool price struct generic
340157e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 18, 2024 in 1s

72% (-0%) compared to 755c6eb

Details

Codecov Report

Attention: Patch coverage is 88.15490% with 52 lines in your changes missing coverage. Please review.

Project coverage is 72%. Comparing base (755c6eb) to head (340157e).

Files with missing lines Patch % Lines
state-chain/pallets/cf-pools/src/lib.rs 28% 22 Missing and 1 partial ⚠️
state-chain/runtime/src/lib.rs 0% 0 Missing and 19 partials ⚠️
state-chain/amm-math/src/lib.rs 97% 9 Missing and 1 partial ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##            main   #5418    +/-   ##
======================================
- Coverage     72%     72%    -0%     
======================================
  Files        489     490     +1     
  Lines      86863   86759   -104     
  Branches   86863   86759   -104     
======================================
- Hits       62401   62211   -190     
- Misses     21542   21608    +66     
- Partials    2920    2940    +20     

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