sofa-serverless icon indicating copy to clipboard operation
sofa-serverless copied to clipboard

spring service delay addressing

Open yuanyuancin opened this issue 1 year ago • 1 comments

fix https://github.com/koupleless/koupleless/issues/54

Motivation

Explain the context, and why you're making that change. To make others understand what is the problem you're trying to solve.

Modification

Describe the idea and modifications you've done.

Result

Resolved or fixed #<GitHub issue number>.

If there is no issue then describe the changes introduced by this PR.

yuanyuancin avatar Jan 16 '24 11:01 yuanyuancin

Codecov Report

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

Comparison is base (7e5c6f2) 74.37% compared to head (2a80974) 79.40%. Report is 23 commits behind head on master.

Files Patch % Lines
...serverless/common/service/ServiceProxyFactory.java 46.80% 13 Missing and 12 partials :warning:
...erverless/common/service/SpringServiceInvoker.java 30.00% 6 Missing and 1 partial :warning:
.../common/service/ArkAutowiredBeanPostProcessor.java 88.88% 1 Missing :warning:
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #473      +/-   ##
============================================
+ Coverage     74.37%   79.40%   +5.03%     
- Complexity        0       65      +65     
============================================
  Files            17       46      +29     
  Lines          1627     1248     -379     
  Branches          0      129     +129     
============================================
- Hits           1210      991     -219     
+ Misses          324      185     -139     
+ Partials         93       72      -21     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jan 22 '24 09:01 codecov[bot]