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

RFQ: support multiple rebalance methods #2556

Merged
merged 20 commits into from
May 8, 2024

Fix: tests

93d1a3e
Select commit
Loading
Failed to load commit list.
Merged

RFQ: support multiple rebalance methods #2556

Fix: tests
93d1a3e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 6, 2024 in 1s

38.94070% (-0.24537%) compared to 7147316

View this Pull Request on Codecov

38.94070% (-0.24537%) compared to 7147316

Details

Codecov Report

Attention: Patch coverage is 29.82456% with 80 lines in your changes are missing coverage. Please review.

Project coverage is 38.94070%. Comparing base (7147316) to head (93d1a3e).
Report is 8 commits behind head on master.

Files Patch % Lines
services/rfq/relayer/inventory/manager.go 48.27586% 25 Missing and 5 partials ⚠️
services/rfq/relayer/relconfig/enum.go 0.00000% 29 Missing ⚠️
services/rfq/relayer/relconfig/getters.go 35.71429% 9 Missing ⚠️
services/rfq/relayer/service/handlers.go 0.00000% 8 Missing ⚠️
services/rfq/relayer/pricer/fee_pricer.go 20.00000% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@                 Coverage Diff                 @@
##              master       #2556         +/-   ##
===================================================
- Coverage   39.18607%   38.94070%   -0.24538%     
===================================================
  Files             91          92          +1     
  Lines           5627        5683         +56     
  Branches          83          83                 
===================================================
+ Hits            2205        2213          +8     
- Misses          3229        3271         +42     
- Partials         193         199          +6     

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