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

Fix upper bound issue in CalculatePrefixSize #2223

Merged
merged 6 commits into from
Dec 17, 2024

fix

15c33bc
Select commit
Loading
Failed to load commit list.
Merged

Fix upper bound issue in CalculatePrefixSize #2223

fix
15c33bc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 17, 2024 in 1s

74.36% (target 70.00%)

View this Pull Request on Codecov

74.36% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 64.51613% with 11 lines in your changes missing coverage. Please review.

Project coverage is 74.36%. Comparing base (a9d11d4) to head (15c33bc).

Files with missing lines Patch % Lines
cmd/juno/dbcmd.go 42.85% 6 Missing and 2 partials ⚠️
db/pebble/db.go 82.35% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2223      +/-   ##
==========================================
- Coverage   74.41%   74.36%   -0.05%     
==========================================
  Files         109      109              
  Lines       11493    11519      +26     
==========================================
+ Hits         8552     8566      +14     
- Misses       2277     2285       +8     
- Partials      664      668       +4     

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