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(katana-node): flatten rpc server building logic #2792

Merged
merged 2 commits into from
Dec 10, 2024

make the server handle fields private

45c2f07
Select commit
Loading
Failed to load commit list.
Merged

refactor(katana-node): flatten rpc server building logic #2792

make the server handle fields private
45c2f07
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 10, 2024 in 0s

55.61% (+0.00%) compared to 71db0b4

View this Pull Request on Codecov

55.61% (+0.00%) compared to 71db0b4

Details

Codecov Report

Attention: Patch coverage is 94.73684% with 2 lines in your changes missing coverage. Please review.

Project coverage is 55.61%. Comparing base (71db0b4) to head (45c2f07).

Files with missing lines Patch % Lines
crates/katana/node/src/exit.rs 0.00% 1 Missing ⚠️
crates/katana/node/src/lib.rs 96.77% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2792   +/-   ##
=======================================
  Coverage   55.60%   55.61%           
=======================================
  Files         439      439           
  Lines       55678    55672    -6     
=======================================
+ Hits        30961    30962    +1     
+ Misses      24717    24710    -7     

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