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

Make IndexStoreListener a pluggable interface #16583

Merged
merged 1 commit into from
Nov 7, 2024

Make IndexStoreListener a pluggable interface

ca32a2f
Select commit
Loading
Failed to load commit list.
Merged

Make IndexStoreListener a pluggable interface #16583

Make IndexStoreListener a pluggable interface
ca32a2f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 7, 2024 in 0s

72.11% (target 70.00%)

View this Pull Request on Codecov

72.11% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 87.50000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 72.11%. Comparing base (034bd2b) to head (ca32a2f).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...org/opensearch/index/store/IndexStoreListener.java 80.95% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16583      +/-   ##
============================================
+ Coverage     72.04%   72.11%   +0.07%     
- Complexity    65093    65102       +9     
============================================
  Files          5314     5315       +1     
  Lines        303541   303572      +31     
  Branches      43921    43925       +4     
============================================
+ Hits         218683   218935     +252     
+ Misses        66946    66672     -274     
- Partials      17912    17965      +53     

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