-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
Optimize the code of metrics registry&metadata #11659
Conversation
Codecov Report
@@ Coverage Diff @@
## 3.2 #11659 +/- ##
============================================
- Coverage 69.66% 68.97% -0.70%
+ Complexity 341 2 -339
============================================
Files 3116 1499 -1617
Lines 147990 62506 -85484
Branches 24658 9210 -15448
============================================
- Hits 103095 43112 -59983
+ Misses 35718 15164 -20554
+ Partials 9177 4230 -4947
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Kudos, SonarCloud Quality Gate passed! |
* registry&metadata opt * add licence * fix sonar * fix enable failed * fix enable failed * add registry&metadata in spring/xsd --------- Co-authored-by: x-shadow-man <1494445739@qq.com>
What is the purpose of the change
code pot
relate #11593 #11493
Brief changelog
1、Move the container class used by both the registry and the metadata center into the public module
2、Add unit tests and remove dup unit tests