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

[store] Introduce Flat store adapter #12123

Merged
merged 14 commits into from
Sep 26, 2024

fmt

0ebf4df
Select commit
Loading
Failed to load commit list.
Merged

[store] Introduce Flat store adapter #12123

fmt
0ebf4df
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 25, 2024 in 0s

71.59% (+0.07%) compared to 59814e3

View this Pull Request on Codecov

71.59% (+0.07%) compared to 59814e3

Details

Codecov Report

Attention: Patch coverage is 78.42742% with 107 lines in your changes missing coverage. Please review.

Project coverage is 71.59%. Comparing base (59814e3) to head (0ebf4df).
Report is 13 commits behind head on master.

Files with missing lines Patch % Lines
core/store/src/adapter/flat_store.rs 79.56% 25 Missing and 22 partials ⚠️
tools/flat-storage/src/commands.rs 0.00% 19 Missing ⚠️
core/store/src/flat/storage.rs 89.89% 1 Missing and 9 partials ⚠️
tools/database/src/state_perf.rs 0.00% 7 Missing ⚠️
core/store/src/adapter/mod.rs 72.72% 6 Missing ⚠️
core/store/src/trie/from_flat.rs 0.00% 3 Missing ⚠️
core/store/src/flat/manager.rs 83.33% 0 Missing and 2 partials ⚠️
tools/database/src/corrupt.rs 0.00% 2 Missing ⚠️
tools/fork-network/src/cli.rs 0.00% 2 Missing ⚠️
...s/fork-network/src/single_shard_storage_mutator.rs 0.00% 2 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12123      +/-   ##
==========================================
+ Coverage   71.51%   71.59%   +0.07%     
==========================================
  Files         820      822       +2     
  Lines      165037   165176     +139     
  Branches   165037   165176     +139     
==========================================
+ Hits       118034   118261     +227     
+ Misses      41864    41782      -82     
+ Partials     5139     5133       -6     

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