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

implement partial encode/decode for sharding codec. #37

Merged
merged 5 commits into from
Jul 19, 2024

Remove unused `erase_values` abstract store function.

aa8e5d5
Select commit
Loading
Failed to load commit list.
Merged

implement partial encode/decode for sharding codec. #37

Remove unused `erase_values` abstract store function.
aa8e5d5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 19, 2024 in 1s

96.89% (+2.08%) compared to 41ff7dd

View this Pull Request on Codecov

96.89% (+2.08%) compared to 41ff7dd

Details

Codecov Report

Attention: Patch coverage is 96.17225% with 8 lines in your changes missing coverage. Please review.

Project coverage is 96.89%. Comparing base (41ff7dd) to head (aa8e5d5).

Files Patch % Lines
lib/codecs/array_to_bytes.ml 97.27% 3 Missing ⚠️
lib/codecs/codecs.ml 75.00% 2 Missing ⚠️
lib/storage/storage.ml 96.42% 2 Missing ⚠️
lib/storage/filesystem.ml 95.65% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #37      +/-   ##
==========================================
+ Coverage   94.81%   96.89%   +2.08%     
==========================================
  Files          13       13              
  Lines        1079     1159      +80     
==========================================
+ Hits         1023     1123     +100     
+ Misses         56       36      -20     

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