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

Add native ETH support to relayer #1840

Merged
merged 67 commits into from
Feb 1, 2024

Fix: check CI env var to run integration tests

644d58c
Select commit
Loading
Failed to load commit list.
Merged

Add native ETH support to relayer #1840

Fix: check CI env var to run integration tests
644d58c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 1, 2024 in 1s

50.23445% (-0.29402%) compared to 995354f

View this Pull Request on Codecov

50.23445% (-0.29402%) compared to 995354f

Details

Codecov Report

Attention: 117 lines in your changes are missing coverage. Please review.

Comparison is base (995354f) 50.52847% compared to head (644d58c) 50.23445%.
Report is 8 commits behind head on master.

Files Patch % Lines
services/rfq/relayer/inventory/manager.go 36.23188% 40 Missing and 4 partials ⚠️
services/rfq/relayer/service/chainindexer.go 0.00000% 41 Missing ⚠️
services/rfq/relayer/quoter/quoter.go 75.00000% 8 Missing and 3 partials ⚠️
services/rfq/relayer/service/statushandler.go 0.00000% 11 Missing ⚠️
services/rfq/relayer/service/handlers.go 0.00000% 6 Missing ⚠️
services/rfq/relayer/pricer/fee_pricer.go 80.00000% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@                 Coverage Diff                 @@
##              master       #1840         +/-   ##
===================================================
- Coverage   50.52847%   50.23445%   -0.29402%     
===================================================
  Files            404         400          -4     
  Lines          27911       27724        -187     
  Branches         307         307                 
===================================================
- Hits           14103       13927        -176     
- Misses         12428       12430          +2     
+ Partials        1380        1367         -13     

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