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

feat: add database analyse-gas-usage command #10240

Merged
merged 24 commits into from
Nov 30, 2023

fix: fix formatiing

95e43b9
Select commit
Failed to load commit list.
Merged

feat: add database analyse-gas-usage command #10240

fix: fix formatiing
95e43b9
Select commit
Failed to load commit list.
Codecov / codecov/project failed Nov 29, 2023 in 1s

71.77% (-0.10%) compared to 2b24bc8

View this Pull Request on Codecov

71.77% (-0.10%) compared to 2b24bc8

Details

Codecov Report

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

Comparison is base (2b24bc8) 71.87% compared to head (95e43b9) 71.77%.
Report is 29 commits behind head on master.

Files Patch % Lines
tools/database/src/analyse_gas_usage.rs 40.28% 250 Missing and 2 partials ⚠️
tools/database/src/block_iterators/height_range.rs 0.00% 45 Missing ⚠️
tools/database/src/block_iterators/mod.rs 0.00% 29 Missing ⚠️
tools/database/src/block_iterators/last_blocks.rs 0.00% 21 Missing ⚠️
tools/database/src/commands.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10240      +/-   ##
==========================================
- Coverage   71.87%   71.77%   -0.10%     
==========================================
  Files         707      711       +4     
  Lines      141791   142942    +1151     
  Branches   141791   142942    +1151     
==========================================
+ Hits       101907   102596     +689     
- Misses      35171    35613     +442     
- Partials     4713     4733      +20     

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