Merged
Conversation
Author
|
@ralf0131 could pls help me check this? I am wondering whether i miss something. Thanks! |
ralf0131
requested changes
May 12, 2019
Contributor
|
Hi, I am starting to look at this. |
Contributor
|
You need to add |
Codecov Report
@@ Coverage Diff @@
## master #4025 +/- ##
===========================================
- Coverage 63.11% 63.01% -0.1%
- Complexity 564 565 +1
===========================================
Files 753 755 +2
Lines 32411 32462 +51
Branches 5143 5147 +4
===========================================
Hits 20455 20455
- Misses 9604 9655 +51
Partials 2352 2352
Continue to review full report at Codecov.
|
Contributor
|
Hi, your code has compile errors, please fix it.. |
Author
|
@ralf0131 yes, fixed it. Sorry for missing this. |
Contributor
|
Author
|
@ralf0131 hi, I merged with remote/master, can you check again? |
6 tasks
ralf0131
approved these changes
May 14, 2019
Contributor
|
This pull request is targeted to solve #3846 |
This file contains hidden or 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
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.
What is the purpose of the change
complete nacos metadata report implement.
Brief changelog
nacos metadata report impl, and code clean (switch to using a nacos utils class)
Verifying this change
XXXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
[Dubbo-XXX] Fix UnknownException when host config not exist #XXX. Each commit in the pull request should have a meaningful subject line and body.mvn clean install -DskipTests=false&mvn clean test-compile failsafe:integration-testto make sure unit-test and integration-test pass.