Open weiihann opened 1 month ago
Attention: Patch coverage is 66.66667%
with 9 lines
in your changes missing coverage. Please review.
Project coverage is 78.38%. Comparing base (
f5dc02c
) to head (1ecb18d
).
Files with missing lines | Patch % | Lines |
---|---|---|
cmd/juno/dbcmd.go | 50.00% | 4 Missing and 2 partials :warning: |
db/pebble/db.go | 80.00% | 2 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This PR modifies the
db size
command to also check for leftover key-value pairs in the database. It also fixes an upper bound bug as theUpperBound
iterator option is exclusive, not inclusive.