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

chore: fix log message formatting #4380

Merged
merged 2 commits into from
Jan 4, 2024

chore: escape newlines for better formatting

6f52804
Select commit
Loading
Failed to load commit list.
Merged

chore: fix log message formatting #4380

chore: escape newlines for better formatting
6f52804
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 4, 2024 in 0s

71% (+0%) compared to e8aa08c

Details

Codecov Report

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

Comparison is base (e8aa08c) 71% compared to head (6f52804) 71%.
Report is 2 commits behind head on main.

Files Patch % Lines
engine/src/eth/rpc.rs 0% 6 Missing ⚠️
engine/src/btc/rpc.rs 0% 4 Missing ⚠️
engine/src/dot/http_rpc.rs 0% 4 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##            main   #4380   +/-   ##
=====================================
  Coverage     71%     71%           
=====================================
  Files        394     394           
  Lines      66829   66892   +63     
  Branches   66829   66892   +63     
=====================================
+ Hits       47703   47770   +67     
+ Misses     16693   16689    -4     
  Partials    2433    2433           

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