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

Improve transaction payment and DEX swap #2845

Merged
merged 8 commits into from
Jan 13, 2025

fix

a9e3565
Select commit
Loading
Failed to load commit list.
Merged

Improve transaction payment and DEX swap #2845

fix
a9e3565
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 11, 2025 in 0s

61.59% (-0.05%) compared to 9c6d516

View this Pull Request on Codecov

61.59% (-0.05%) compared to 9c6d516

Details

Codecov Report

Attention: Patch coverage is 55.77558% with 134 lines in your changes missing coverage. Please review.

Project coverage is 61.59%. Comparing base (9c6d516) to head (a9e3565).

Files with missing lines Patch % Lines
modules/transaction-payment/src/lib.rs 34.92% 41 Missing ⚠️
modules/currencies/src/lib.rs 55.55% 20 Missing ⚠️
modules/dex/src/lib.rs 75.00% 20 Missing ⚠️
modules/cdp-treasury/src/lib.rs 52.00% 12 Missing ⚠️
modules/cdp-engine/src/lib.rs 37.50% 10 Missing ⚠️
modules/honzon-bridge/src/lib.rs 50.00% 10 Missing ⚠️
modules/incentives/src/lib.rs 62.50% 6 Missing ⚠️
modules/liquid-crowdloan/src/lib.rs 44.44% 5 Missing ⚠️
modules/homa/src/lib.rs 69.23% 4 Missing ⚠️
modules/loans/src/lib.rs 60.00% 4 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2845      +/-   ##
==========================================
- Coverage   61.64%   61.59%   -0.05%     
==========================================
  Files          67       68       +1     
  Lines        9558    10207     +649     
==========================================
+ Hits         5892     6287     +395     
- Misses       3666     3920     +254     

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