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 compression mode support for BlockAsFileReader #449

Merged

adding some tests

579a73f
Select commit
Loading
Failed to load commit list.
Merged

feat: add compression mode support for BlockAsFileReader #449

adding some tests
579a73f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 8, 2025 in 0s

96.83% (target 80.00%)

View this Pull Request on Codecov

96.83% (target 80.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.83%. Comparing base (c303fa0) to head (579a73f).

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #449      +/-   ##
============================================
+ Coverage     96.78%   96.83%   +0.04%     
- Complexity      409      420      +11     
============================================
  Files            82       82              
  Lines          1460     1483      +23     
  Branches         90       93       +3     
============================================
+ Hits           1413     1436      +23     
  Misses           34       34              
  Partials         13       13              
Files with missing lines Coverage Δ
...server/persistence/PersistenceInjectionModule.java 100.00% <100.00%> (ø)
.../persistence/storage/PersistenceStorageConfig.java 100.00% <100.00%> (ø)
...rsistence/storage/compression/NoOpCompression.java 100.00% <100.00%> (ø)
...rsistence/storage/compression/ZstdCompression.java 100.00% <100.00%> (ø)
...ence/storage/path/BlockAsLocalDirPathResolver.java 100.00% <100.00%> (ø)
...nce/storage/path/BlockAsLocalFilePathResolver.java 100.00% <100.00%> (ø)
...ersistence/storage/path/NoOpBlockPathResolver.java 100.00% <100.00%> (ø)
...rsistence/storage/read/BlockAsLocalFileReader.java 100.00% <100.00%> (ø)
...istence/storage/remove/BlockAsLocalDirRemover.java 84.21% <100.00%> (ø)
...rsistence/storage/write/BlockAsLocalDirWriter.java 100.00% <100.00%> (ø)
... and 1 more