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

clang-tidy: enforce parameter case #2583

Merged
merged 6 commits into from
Jan 23, 2025

Merge branch 'master' into ci/tidier29

e50f501
Select commit
Loading
Failed to load commit list.
Merged

clang-tidy: enforce parameter case #2583

Merge branch 'master' into ci/tidier29
e50f501
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 22, 2025 in 1s

50.46% (+0.00%) compared to 5dfedae

View this Pull Request on Codecov

50.46% (+0.00%) compared to 5dfedae

Details

Codecov Report

Attention: Patch coverage is 68.42105% with 6 lines in your changes missing coverage. Please review.

Project coverage is 50.46%. Comparing base (5dfedae) to head (e50f501).

Files with missing lines Patch % Lines
silkworm/node/stagedsync/forks/fork.cpp 0.00% 2 Missing ⚠️
silkworm/rpc/commands/ots_api.cpp 0.00% 2 Missing ⚠️
silkworm/rpc/engine/remote_execution_engine.cpp 0.00% 1 Missing ⚠️
silkworm/sync/sync_pos.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2583   +/-   ##
=======================================
  Coverage   50.46%   50.46%           
=======================================
  Files         803      803           
  Lines       52873    52873           
  Branches     8218     8218           
=======================================
+ Hits        26680    26681    +1     
+ Misses      23862    23858    -4     
- Partials     2331     2334    +3     

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