-
Notifications
You must be signed in to change notification settings - Fork 173
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
Codecheck bug fix #1369
Merged
Merged
Codecheck bug fix #1369
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #1369 +/- ##
=============================================
- Coverage 42.83% 42.12% -0.72%
+ Complexity 3301 3276 -25
=============================================
Files 824 826 +2
Lines 18311 18406 +95
Branches 2018 2030 +12
=============================================
- Hits 7844 7753 -91
- Misses 9481 9678 +197
+ Partials 986 975 -11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
hanbingleixue
previously approved these changes
Nov 16, 2023
...wcontrol-common/src/main/java/com/huawei/flowcontrol/common/handler/retry/AbstractRetry.java
Show resolved
Hide resolved
...lowcontrol-plugin/src/main/java/com/huawei/flowcontrol/inject/DefaultClientHttpResponse.java
Outdated
Show resolved
Hide resolved
...l/flowcontrol-plugin/src/main/java/com/huawei/flowcontrol/retry/FeignRequestInterceptor.java
Show resolved
Hide resolved
...ol/flowcontrol-plugin/src/main/java/com/huawei/flowcontrol/service/InterceptorSupporter.java
Outdated
Show resolved
Hide resolved
lilai23
force-pushed
the
codecheck
branch
3 times, most recently
from
November 21, 2023 12:49
22fb409
to
407bf02
Compare
hanbingleixue
previously approved these changes
Nov 23, 2023
lilai23
force-pushed
the
codecheck
branch
2 times, most recently
from
November 23, 2023 03:00
21d8d3d
to
43e4af9
Compare
Signed-off-by: lilai <[email protected]>
luanwenfei-venus
approved these changes
Nov 23, 2023
hanbingleixue
approved these changes
Nov 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[Fix issue] #1365
【Modification】Fix the codecheck problem in the code
[Use case description] None
[Self-test situation] 1. Local static check passed
[Scope of influence] None