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: new BlockReader implementation for block-as-file #385

Merged

spotlessApply

aa76557
Select commit
Loading
Failed to load commit list.
Merged

feat: new BlockReader implementation for block-as-file #385

spotlessApply
aa76557
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 11, 2024 in 0s

96.98% (target 80.00%)

View this Pull Request on Codecov

96.98% (target 80.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.98%. Comparing base (a278936) to head (aa76557).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #385      +/-   ##
============================================
- Coverage     97.23%   96.98%   -0.26%     
- Complexity      375      398      +23     
============================================
  Files            76       79       +3     
  Lines          1338     1425      +87     
  Branches         91       94       +3     
============================================
+ Hits           1301     1382      +81     
- Misses           28       32       +4     
- Partials          9       11       +2     
Files with missing lines Coverage Δ
...server/persistence/PersistenceInjectionModule.java 100.00% <100.00%> (ø)
...rsistence/storage/read/BlockAsLocalFileReader.java 100.00% <100.00%> (ø)

... and 16 files with indirect coverage changes