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

add runnable/callable class in async invoke method #1327

Merged
merged 1 commit into from
May 28, 2024

add runnable/callable class in async invoke method

083cd71
Select commit
Loading
Failed to load commit list.
Merged

add runnable/callable class in async invoke method #1327

add runnable/callable class in async invoke method
083cd71
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 27, 2024 in 1s

83.18% (+0.00%) compared to c743030

View this Pull Request on Codecov

83.18% (+0.00%) compared to c743030

Details

Codecov Report

Attention: Patch coverage is 77.89474% with 21 lines in your changes are missing coverage. Please review.

Project coverage is 83.18%. Comparing base (c743030) to head (083cd71).

Files Patch % Lines
...a/boot/actuator/health/HealthCheckerProcessor.java 81.81% 6 Missing ⚠️
...ofa/boot/isle/stage/SpringContextInstallStage.java 76.00% 3 Missing and 3 partials ⚠️
...boot/actuator/health/HealthIndicatorProcessor.java 77.27% 5 Missing ⚠️
...untime/async/AsyncInitializeBeanMethodInvoker.java 73.33% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1327   +/-   ##
=========================================
  Coverage     83.17%   83.18%           
+ Complexity     2958     2949    -9     
=========================================
  Files           337      337           
  Lines          9707     9739   +32     
  Branches       1172     1174    +2     
=========================================
+ Hits           8074     8101   +27     
- Misses         1120     1125    +5     
  Partials        513      513           

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