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 missing methods for EncryptedBlobStore and EncryptedBlobContainer #14030

Merged
merged 2 commits into from
Jun 10, 2024

add unit tests

60f4594
Select commit
Loading
Failed to load commit list.
Merged

Implement missing methods for EncryptedBlobStore and EncryptedBlobContainer #14030

add unit tests
60f4594
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 10, 2024 in 0s

71.63% (target 70.00%)

View this Pull Request on Codecov

71.63% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 71.63%. Comparing base (b15cb0c) to head (60f4594).
Report is 374 commits behind head on main.

Files Patch % Lines
...pensearch/common/blobstore/EncryptedBlobStore.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14030      +/-   ##
============================================
+ Coverage     71.42%   71.63%   +0.20%     
- Complexity    59978    61395    +1417     
============================================
  Files          4985     5071      +86     
  Lines        282275   288407    +6132     
  Branches      40946    41764     +818     
============================================
+ Hits         201603   206586    +4983     
- Misses        63999    64767     +768     
- Partials      16673    17054     +381     

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