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

[Backport] [2.x] Add support of special WrappingSearchAsyncActionPhase so the onPhaseStart() will always be followed by onPhaseEnd() within AbstractSearchAsyncAction (#12293) #12349

Merged

Add support of special WrappingSearchAsyncActionPhase so the onPhaseS…

7c68238
Select commit
Loading
Failed to load commit list.
Merged

[Backport] [2.x] Add support of special WrappingSearchAsyncActionPhase so the onPhaseStart() will always be followed by onPhaseEnd() within AbstractSearchAsyncAction (#12293) #12349

Add support of special WrappingSearchAsyncActionPhase so the onPhaseS…
7c68238
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 16, 2024 in 1s

71.20% (target 70.00%)

View this Pull Request on Codecov

71.20% (target 70.00%)

Details

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (f0eb433) 71.18% compared to head (7c68238) 71.20%.

Files Patch % Lines
.../action/search/WrappingSearchAsyncActionPhase.java 83.33% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #12349      +/-   ##
============================================
+ Coverage     71.18%   71.20%   +0.01%     
- Complexity    59996    60006      +10     
============================================
  Files          4944     4945       +1     
  Lines        282203   282204       +1     
  Branches      41335    41336       +1     
============================================
+ Hits         200899   200955      +56     
+ Misses        64276    64275       -1     
+ Partials      17028    16974      -54     

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