-
Notifications
You must be signed in to change notification settings - Fork 172
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
【enhancement】提交离群实例摘除插件的集成测试 #1189
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #1189 +/- ##
=============================================
- Coverage 42.18% 42.16% -0.03%
+ Complexity 3227 3226 -1
=============================================
Files 812 812
Lines 17917 17917
Branches 1948 1948
=============================================
- Hits 7558 7554 -4
- Misses 9412 9415 +3
- Partials 947 948 +1
Flags with carried forward coverage won't be shown. Click here to find out more. see 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
...late/rest-consumer/src/main/java/com/huaweicloud/spring/rest/consumer/RemovalController.java
Outdated
Show resolved
Hide resolved
...-1.5.x/src/main/java/com/huaweicloud/spring/feign/consumer/controller/RemovalController.java
Outdated
Show resolved
Hide resolved
...n-provider-1.5.x/src/main/java/com/huaweicloud/spring/feign/provider/RemovalServiceImpl.java
Outdated
Show resolved
Hide resolved
...nsumer/src/main/java/com/huaweicloud/spring/feign/consumer/controller/RemovalController.java
Outdated
Show resolved
Hide resolved
...n/feign-provider/src/main/java/com/huaweicloud/spring/feign/provider/RemovalServiceImpl.java
Outdated
Show resolved
Hide resolved
e37f4d2
to
c021f94
Compare
【修复issue】#1117
【修改内容】
1、增加集成测试
【用例描述】
1、不需要增加用例,本次提交的即为集成测试
【自测情况】
1、本地静态检查清理情况;
2、自测通过
【影响范围】
1、对用户的使用没有影响