You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/06 06:16:48 UTC

[GitHub] [dubbo-spi-extensions] brotherlu-xcq opened a new pull request #50: [Feature] Dubbo admin mock plugin base on dubbo 3.x.

brotherlu-xcq opened a new pull request #50:
URL: https://github.com/apache/dubbo-spi-extensions/pull/50


   ## What is the purpose of the change
   
   add the dubbo admin mock plugin base on dubbo 3.x.
   
   
   ## Brief changelog
   
   - add the dubbo admin mock plugin base on dubbo 3.x.
   
   ## Verifying this change
   
   XXXXX
   
   Follow this checklist to help us incorporate your contribution quickly and easily:
   
   - [x] Make sure there is a [GITHUB_issue](https://github.com/apache/dubbo/issues) field for the change (usually before you start working on it). Trivial changes like typos do not require a GITHUB issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
   - [ ] Format the pull request title like `[Dubbo-XXX] Fix UnknownException when host config not exist #XXX`. Each commit in the pull request should have a meaningful subject line and body.
   - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
   - [ ] Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add sample in [dubbo samples](https://github.com/apache/dubbo-samples) project.
   - [ ] Run `mvn clean install -DskipTests=false` & `mvn clean test-compile failsafe:integration-test` to make sure unit-test and integration-test pass.
   - [ ] If this contribution is large, please follow the [Software Donation Guide](https://github.com/apache/dubbo/wiki/Software-donation-guide).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-spi-extensions] codecov-commenter commented on pull request #50: [ISSUE #51] Dubbo admin mock plugin base on dubbo 3.x.

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on pull request #50:
URL: https://github.com/apache/dubbo-spi-extensions/pull/50#issuecomment-913929106


   # [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#50](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (4b829af) into [master](https://codecov.io/gh/apache/dubbo-spi-extensions/commit/50227337a4e255e880656a19267f67699905ef82?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5022733) will **decrease** coverage by `27.32%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/graphs/tree.svg?width=650&height=150&src=pr&token=5VPNX1R1J7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@              Coverage Diff              @@
   ##             master      #50       +/-   ##
   =============================================
   - Coverage     60.66%   33.33%   -27.33%     
     Complexity       23       23               
   =============================================
     Files             5       23       +18     
     Lines           272      495      +223     
     Branches         34       63       +29     
   =============================================
     Hits            165      165               
   - Misses           87      310      +223     
     Partials         20       20               
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...org/apache/dubbo/mock/handler/DateTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9EYXRlVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/LongTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Mb25nVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...java/org/apache/dubbo/mock/utils/ProtobufUtil.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svdXRpbHMvUHJvdG9idWZVdGlsLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/mock/handler/CommonTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Db21tb25UeXBlSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/mock/handler/StringTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9TdHJpbmdUeXBlSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...ache/dubbo/mock/exception/HandleFailException.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svZXhjZXB0aW9uL0hhbmRsZUZhaWxFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...ache/dubbo/mock/handler/BigIntegerTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9CaWdJbnRlZ2VyVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...ache/dubbo/mock/handler/BigDecimalTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9CaWdEZWNpbWFsVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/mock/handler/UnknownTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Vbmtub3duVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/mock/handler/DoubleTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Eb3VibGVUeXBlSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | ... and [8 more](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [5022733...4b829af](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-spi-extensions] codecov-commenter edited a comment on pull request #50: [ISSUE #51] Dubbo admin mock plugin base on dubbo 3.x.

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #50:
URL: https://github.com/apache/dubbo-spi-extensions/pull/50#issuecomment-913929106


   # [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#50](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (79b14ec) into [master](https://codecov.io/gh/apache/dubbo-spi-extensions/commit/50227337a4e255e880656a19267f67699905ef82?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5022733) will **decrease** coverage by `27.26%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/graphs/tree.svg?width=650&height=150&src=pr&token=5VPNX1R1J7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@              Coverage Diff              @@
   ##             master      #50       +/-   ##
   =============================================
   - Coverage     60.66%   33.40%   -27.27%     
     Complexity       23       23               
   =============================================
     Files             5       23       +18     
     Lines           272      494      +222     
     Branches         34       61       +27     
   =============================================
     Hits            165      165               
   - Misses           87      309      +222     
     Partials         20       20               
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...rg/apache/dubbo/mock/handler/FloatTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9GbG9hdFR5cGVIYW5kbGVyLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/DateTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9EYXRlVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/JsonTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Kc29uVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/mock/handler/CommonTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Db21tb25UeXBlSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/dubbo/mock/filter/AdminMockFilter.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svZmlsdGVyL0FkbWluTW9ja0ZpbHRlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/mock/handler/UnknownTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Vbmtub3duVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/mock/handler/BooleanTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Cb29sZWFuVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...ache/dubbo/mock/handler/BigIntegerTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9CaWdJbnRlZ2VyVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/mock/handler/IntegerTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9JbnRlZ2VyVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/ByteTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9CeXRlVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | ... and [8 more](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [5022733...79b14ec](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-spi-extensions] codecov-commenter edited a comment on pull request #50: [ISSUE #51] Dubbo admin mock plugin base on dubbo 3.x.

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #50:
URL: https://github.com/apache/dubbo-spi-extensions/pull/50#issuecomment-913929106


   # [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#50](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (79b14ec) into [master](https://codecov.io/gh/apache/dubbo-spi-extensions/commit/50227337a4e255e880656a19267f67699905ef82?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5022733) will **decrease** coverage by `27.26%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/graphs/tree.svg?width=650&height=150&src=pr&token=5VPNX1R1J7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@              Coverage Diff              @@
   ##             master      #50       +/-   ##
   =============================================
   - Coverage     60.66%   33.40%   -27.27%     
     Complexity       23       23               
   =============================================
     Files             5       23       +18     
     Lines           272      494      +222     
     Branches         34       61       +27     
   =============================================
     Hits            165      165               
   - Misses           87      309      +222     
     Partials         20       20               
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...rg/apache/dubbo/mock/handler/FloatTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9GbG9hdFR5cGVIYW5kbGVyLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...a/org/apache/dubbo/mock/handler/ResultContext.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9SZXN1bHRDb250ZXh0LmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/dubbo/mock/filter/AdminMockFilter.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svZmlsdGVyL0FkbWluTW9ja0ZpbHRlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...ache/dubbo/mock/exception/HandleFailException.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svZXhjZXB0aW9uL0hhbmRsZUZhaWxFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/mock/handler/UnknownTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Vbmtub3duVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/mock/handler/ProtobufTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Qcm90b2J1ZlR5cGVIYW5kbGVyLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/JsonTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Kc29uVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...ache/dubbo/mock/handler/BigDecimalTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9CaWdEZWNpbWFsVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/DateTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9EYXRlVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/mock/handler/CommonTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Db21tb25UeXBlSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | ... and [8 more](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [5022733...79b14ec](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-spi-extensions] codecov-commenter edited a comment on pull request #50: [ISSUE #51] Dubbo admin mock plugin base on dubbo 3.x.

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #50:
URL: https://github.com/apache/dubbo-spi-extensions/pull/50#issuecomment-913929106


   # [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#50](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (4b829af) into [master](https://codecov.io/gh/apache/dubbo-spi-extensions/commit/50227337a4e255e880656a19267f67699905ef82?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5022733) will **decrease** coverage by `27.32%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/graphs/tree.svg?width=650&height=150&src=pr&token=5VPNX1R1J7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@              Coverage Diff              @@
   ##             master      #50       +/-   ##
   =============================================
   - Coverage     60.66%   33.33%   -27.33%     
     Complexity       23       23               
   =============================================
     Files             5       23       +18     
     Lines           272      495      +223     
     Branches         34       63       +29     
   =============================================
     Hits            165      165               
   - Misses           87      310      +223     
     Partials         20       20               
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...org/apache/dubbo/mock/handler/ByteTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9CeXRlVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/mock/handler/DoubleTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Eb3VibGVUeXBlSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/mock/handler/ProtobufTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Qcm90b2J1ZlR5cGVIYW5kbGVyLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/mock/handler/CommonTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Db21tb25UeXBlSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...ache/dubbo/mock/handler/BigDecimalTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9CaWdEZWNpbWFsVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/JsonTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Kc29uVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...ache/dubbo/mock/handler/BigIntegerTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9CaWdJbnRlZ2VyVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...rg/apache/dubbo/mock/handler/FloatTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9GbG9hdFR5cGVIYW5kbGVyLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...ache/dubbo/mock/exception/HandleFailException.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svZXhjZXB0aW9uL0hhbmRsZUZhaWxFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/LongTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Mb25nVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | ... and [8 more](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [5022733...4b829af](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-spi-extensions] codecov-commenter edited a comment on pull request #50: [ISSUE #51] Dubbo admin mock plugin base on dubbo 3.x.

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #50:
URL: https://github.com/apache/dubbo-spi-extensions/pull/50#issuecomment-913929106


   # [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#50](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (4b829af) into [master](https://codecov.io/gh/apache/dubbo-spi-extensions/commit/50227337a4e255e880656a19267f67699905ef82?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5022733) will **decrease** coverage by `27.32%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/graphs/tree.svg?width=650&height=150&src=pr&token=5VPNX1R1J7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@              Coverage Diff              @@
   ##             master      #50       +/-   ##
   =============================================
   - Coverage     60.66%   33.33%   -27.33%     
     Complexity       23       23               
   =============================================
     Files             5       23       +18     
     Lines           272      495      +223     
     Branches         34       63       +29     
   =============================================
     Hits            165      165               
   - Misses           87      310      +223     
     Partials         20       20               
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/dubbo/mock/handler/ProtobufTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Qcm90b2J1ZlR5cGVIYW5kbGVyLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/ByteTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9CeXRlVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...a/org/apache/dubbo/mock/handler/ResultContext.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9SZXN1bHRDb250ZXh0LmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/dubbo/mock/filter/AdminMockFilter.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svZmlsdGVyL0FkbWluTW9ja0ZpbHRlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/mock/handler/StringTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9TdHJpbmdUeXBlSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/mock/handler/BooleanTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Cb29sZWFuVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...java/org/apache/dubbo/mock/utils/ProtobufUtil.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svdXRpbHMvUHJvdG9idWZVdGlsLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...rg/apache/dubbo/mock/handler/FloatTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9GbG9hdFR5cGVIYW5kbGVyLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/mock/handler/IntegerTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9JbnRlZ2VyVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/mock/handler/CommonTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Db21tb25UeXBlSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | ... and [8 more](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [5022733...4b829af](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-spi-extensions] codecov-commenter edited a comment on pull request #50: [ISSUE #51] Dubbo admin mock plugin base on dubbo 3.x.

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #50:
URL: https://github.com/apache/dubbo-spi-extensions/pull/50#issuecomment-913929106


   # [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#50](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (79b14ec) into [master](https://codecov.io/gh/apache/dubbo-spi-extensions/commit/50227337a4e255e880656a19267f67699905ef82?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5022733) will **decrease** coverage by `27.26%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/graphs/tree.svg?width=650&height=150&src=pr&token=5VPNX1R1J7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@              Coverage Diff              @@
   ##             master      #50       +/-   ##
   =============================================
   - Coverage     60.66%   33.40%   -27.27%     
     Complexity       23       23               
   =============================================
     Files             5       23       +18     
     Lines           272      494      +222     
     Branches         34       61       +27     
   =============================================
     Hits            165      165               
   - Misses           87      309      +222     
     Partials         20       20               
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...org/apache/dubbo/mock/handler/ByteTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9CeXRlVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...ache/dubbo/mock/exception/HandleFailException.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svZXhjZXB0aW9uL0hhbmRsZUZhaWxFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...java/org/apache/dubbo/mock/utils/ProtobufUtil.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svdXRpbHMvUHJvdG9idWZVdGlsLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/mock/handler/CommonTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Db21tb25UeXBlSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/LongTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Mb25nVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...a/org/apache/dubbo/mock/handler/ResultContext.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9SZXN1bHRDb250ZXh0LmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/DateTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9EYXRlVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...rg/apache/dubbo/mock/handler/FloatTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9GbG9hdFR5cGVIYW5kbGVyLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/mock/handler/StringTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9TdHJpbmdUeXBlSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/mock/handler/BooleanTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Cb29sZWFuVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | ... and [8 more](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [5022733...79b14ec](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-spi-extensions] codecov-commenter edited a comment on pull request #50: [ISSUE #51] Dubbo admin mock plugin base on dubbo 3.x.

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #50:
URL: https://github.com/apache/dubbo-spi-extensions/pull/50#issuecomment-913929106


   # [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#50](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (79b14ec) into [master](https://codecov.io/gh/apache/dubbo-spi-extensions/commit/50227337a4e255e880656a19267f67699905ef82?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5022733) will **decrease** coverage by `27.26%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/graphs/tree.svg?width=650&height=150&src=pr&token=5VPNX1R1J7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@              Coverage Diff              @@
   ##             master      #50       +/-   ##
   =============================================
   - Coverage     60.66%   33.40%   -27.27%     
     Complexity       23       23               
   =============================================
     Files             5       23       +18     
     Lines           272      494      +222     
     Branches         34       61       +27     
   =============================================
     Hits            165      165               
   - Misses           87      309      +222     
     Partials         20       20               
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...ache/dubbo/mock/exception/HandleFailException.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svZXhjZXB0aW9uL0hhbmRsZUZhaWxFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/JsonTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Kc29uVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...a/org/apache/dubbo/mock/handler/ResultContext.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9SZXN1bHRDb250ZXh0LmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/dubbo/mock/filter/AdminMockFilter.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svZmlsdGVyL0FkbWluTW9ja0ZpbHRlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/DateTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9EYXRlVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/ByteTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9CeXRlVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/mock/handler/ProtobufTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Qcm90b2J1ZlR5cGVIYW5kbGVyLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/mock/handler/BooleanTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Cb29sZWFuVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/mock/handler/UnknownTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Vbmtub3duVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/LongTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Mb25nVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | ... and [8 more](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [5022733...79b14ec](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-spi-extensions] codecov-commenter edited a comment on pull request #50: [ISSUE #51] Dubbo admin mock plugin base on dubbo 3.x.

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #50:
URL: https://github.com/apache/dubbo-spi-extensions/pull/50#issuecomment-913929106


   # [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#50](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (79b14ec) into [master](https://codecov.io/gh/apache/dubbo-spi-extensions/commit/50227337a4e255e880656a19267f67699905ef82?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5022733) will **decrease** coverage by `27.26%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/graphs/tree.svg?width=650&height=150&src=pr&token=5VPNX1R1J7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@              Coverage Diff              @@
   ##             master      #50       +/-   ##
   =============================================
   - Coverage     60.66%   33.40%   -27.27%     
     Complexity       23       23               
   =============================================
     Files             5       23       +18     
     Lines           272      494      +222     
     Branches         34       61       +27     
   =============================================
     Hits            165      165               
   - Misses           87      309      +222     
     Partials         20       20               
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [.../apache/dubbo/mock/handler/BooleanTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Cb29sZWFuVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/JsonTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Kc29uVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/dubbo/mock/filter/AdminMockFilter.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svZmlsdGVyL0FkbWluTW9ja0ZpbHRlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...ache/dubbo/mock/exception/HandleFailException.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svZXhjZXB0aW9uL0hhbmRsZUZhaWxFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...ache/dubbo/mock/handler/BigIntegerTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9CaWdJbnRlZ2VyVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/mock/handler/DoubleTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Eb3VibGVUeXBlSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/LongTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Mb25nVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...a/org/apache/dubbo/mock/handler/ResultContext.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9SZXN1bHRDb250ZXh0LmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...ache/dubbo/mock/handler/BigDecimalTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9CaWdEZWNpbWFsVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/mock/handler/ProtobufTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Qcm90b2J1ZlR5cGVIYW5kbGVyLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | ... and [8 more](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [5022733...79b14ec](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-spi-extensions] codecov-commenter edited a comment on pull request #50: [ISSUE #51] Dubbo admin mock plugin base on dubbo 3.x.

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #50:
URL: https://github.com/apache/dubbo-spi-extensions/pull/50#issuecomment-913929106


   # [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#50](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (4b829af) into [master](https://codecov.io/gh/apache/dubbo-spi-extensions/commit/50227337a4e255e880656a19267f67699905ef82?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5022733) will **decrease** coverage by `27.32%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/graphs/tree.svg?width=650&height=150&src=pr&token=5VPNX1R1J7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@              Coverage Diff              @@
   ##             master      #50       +/-   ##
   =============================================
   - Coverage     60.66%   33.33%   -27.33%     
     Complexity       23       23               
   =============================================
     Files             5       23       +18     
     Lines           272      495      +223     
     Branches         34       63       +29     
   =============================================
     Hits            165      165               
   - Misses           87      310      +223     
     Partials         20       20               
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...rg/apache/dubbo/mock/handler/FloatTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9GbG9hdFR5cGVIYW5kbGVyLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...ache/dubbo/mock/handler/BigDecimalTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9CaWdEZWNpbWFsVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...ache/dubbo/mock/exception/HandleFailException.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svZXhjZXB0aW9uL0hhbmRsZUZhaWxFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/mock/handler/UnknownTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Vbmtub3duVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...java/org/apache/dubbo/mock/utils/ProtobufUtil.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svdXRpbHMvUHJvdG9idWZVdGlsLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [.../org/apache/dubbo/mock/filter/AdminMockFilter.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svZmlsdGVyL0FkbWluTW9ja0ZpbHRlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...ache/dubbo/mock/handler/BigIntegerTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9CaWdJbnRlZ2VyVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/ByteTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9CeXRlVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...a/org/apache/dubbo/mock/handler/ResultContext.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9SZXN1bHRDb250ZXh0LmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/mock/handler/DoubleTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Eb3VibGVUeXBlSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | ... and [8 more](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [5022733...4b829af](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-spi-extensions] codecov-commenter edited a comment on pull request #50: [ISSUE #51] Dubbo admin mock plugin base on dubbo 3.x.

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #50:
URL: https://github.com/apache/dubbo-spi-extensions/pull/50#issuecomment-913929106


   # [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#50](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (32d3989) into [master](https://codecov.io/gh/apache/dubbo-spi-extensions/commit/50227337a4e255e880656a19267f67699905ef82?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5022733) will **decrease** coverage by `27.32%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/graphs/tree.svg?width=650&height=150&src=pr&token=5VPNX1R1J7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@              Coverage Diff              @@
   ##             master      #50       +/-   ##
   =============================================
   - Coverage     60.66%   33.33%   -27.33%     
     Complexity       23       23               
   =============================================
     Files             5       23       +18     
     Lines           272      495      +223     
     Branches         34       63       +29     
   =============================================
     Hits            165      165               
   - Misses           87      310      +223     
     Partials         20       20               
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...rg/apache/dubbo/mock/handler/FloatTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9GbG9hdFR5cGVIYW5kbGVyLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...ache/dubbo/mock/handler/BigIntegerTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9CaWdJbnRlZ2VyVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/mock/handler/StringTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9TdHJpbmdUeXBlSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/JsonTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Kc29uVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...ache/dubbo/mock/handler/BigDecimalTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9CaWdEZWNpbWFsVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/ByteTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9CeXRlVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/DateTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9EYXRlVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...apache/dubbo/mock/handler/ProtobufTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Qcm90b2J1ZlR5cGVIYW5kbGVyLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/LongTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Mb25nVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/mock/handler/CommonTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Db21tb25UeXBlSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | ... and [8 more](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [5022733...32d3989](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-spi-extensions] chickenlj commented on a change in pull request #50: [ISSUE #51] Dubbo admin mock plugin base on dubbo 3.x.

Posted by GitBox <gi...@apache.org>.
chickenlj commented on a change in pull request #50:
URL: https://github.com/apache/dubbo-spi-extensions/pull/50#discussion_r703972520



##########
File path: dubbo-mock-extensions/dubbo-mock-admin/src/main/java/org/apache/dubbo/mock/filter/AdminMockFilter.java
##########
@@ -0,0 +1,179 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.dubbo.mock.filter;
+
+import org.apache.dubbo.common.config.configcenter.DynamicConfiguration;
+import org.apache.dubbo.common.constants.CommonConstants;
+import org.apache.dubbo.common.extension.Activate;
+import org.apache.dubbo.common.logger.Logger;
+import org.apache.dubbo.common.logger.LoggerFactory;
+import org.apache.dubbo.common.utils.CollectionUtils;
+import org.apache.dubbo.common.utils.StringUtils;
+import org.apache.dubbo.config.ReferenceConfig;
+import org.apache.dubbo.config.bootstrap.DubboBootstrap;
+import org.apache.dubbo.mock.api.GlobalMockRule;
+import org.apache.dubbo.mock.api.MockContext;
+import org.apache.dubbo.mock.api.MockResult;
+import org.apache.dubbo.mock.api.MockService;
+import org.apache.dubbo.mock.handler.CommonTypeHandler;
+import org.apache.dubbo.mock.handler.ResultContext;
+import org.apache.dubbo.mock.handler.TypeHandler;
+import org.apache.dubbo.mock.utils.ProtobufUtil;
+import org.apache.dubbo.rpc.AppResponse;
+import org.apache.dubbo.rpc.AsyncRpcResult;
+import org.apache.dubbo.rpc.Invocation;
+import org.apache.dubbo.rpc.Invoker;
+import org.apache.dubbo.rpc.Result;
+import org.apache.dubbo.rpc.RpcException;
+import org.apache.dubbo.rpc.RpcInvocation;
+import org.apache.dubbo.rpc.cluster.filter.ClusterFilter;
+import org.apache.dubbo.rpc.model.ApplicationModel;
+
+import com.google.gson.Gson;
+
+import java.util.Objects;
+import java.util.Optional;
+import java.util.Set;
+import java.util.concurrent.CompletableFuture;
+
+import static org.apache.dubbo.mock.api.MockConstants.ADMIN_MOCK_RULE_GROUP;
+import static org.apache.dubbo.mock.api.MockConstants.ADMIN_MOCK_RULE_KEY;
+
+/**
+ * AdminMockFilter will intercept the request from user's consumer. if the mock tag is opened,
+ * then the user's consumer will request the mock data configured in Dubbo Admin. The mock data's
+ * request is agent by the implement of {@link MockService}.
+ */
+@Activate(group = CommonConstants.CONSUMER)
+public class AdminMockFilter implements ClusterFilter {
+
+    private static final Logger logger = LoggerFactory.getLogger(AdminMockFilter.class);
+
+    private final TypeHandler typeHandler;
+
+    private GlobalMockRule globalMockRule = new GlobalMockRule();
+    
+    static {
+        ReferenceConfig<MockService> mockServiceConfig = new ReferenceConfig<>();
+        mockServiceConfig.setCheck(false);
+        mockServiceConfig.setInterface(MockService.class);
+        DubboBootstrap.getInstance().reference(mockServiceConfig);
+    }
+
+    public AdminMockFilter() {
+        typeHandler = new CommonTypeHandler();
+        Optional<DynamicConfiguration> dynamicConfigurationOptional = ApplicationModel.getEnvironment().getDynamicConfiguration();
+        if (!dynamicConfigurationOptional.isPresent()) {
+            logger.warn("[Dubbo Admin Mock] could not find configuration center, all consumer request will not be mocked!");
+            return;
+        }
+        DynamicConfiguration dynamicConfiguration = dynamicConfigurationOptional.get();
+        String config = dynamicConfiguration.getConfig(ADMIN_MOCK_RULE_KEY, ADMIN_MOCK_RULE_GROUP);
+        if (StringUtils.isNotEmpty(config)) {
+            GlobalMockRule newGlobalMockRule = new Gson().fromJson(config, GlobalMockRule.class);
+            globalMockRule.setEnableMock(newGlobalMockRule.getEnableMock());
+            globalMockRule.getEnabledMockRules().addAll(newGlobalMockRule.getEnabledMockRules());
+        }
+
+        dynamicConfiguration.addListener(ADMIN_MOCK_RULE_KEY, ADMIN_MOCK_RULE_GROUP, event -> {
+            globalMockRule.getEnabledMockRules().clear();
+            String content = event.getContent();
+            if (StringUtils.isBlank(content)) {
+                globalMockRule.setEnableMock(false);
+                return;
+            }
+            GlobalMockRule newRule = new Gson().fromJson(config, GlobalMockRule.class);
+            globalMockRule.setEnableMock(newRule.getEnableMock());
+            globalMockRule.getEnabledMockRules().addAll(newRule.getEnabledMockRules());
+        });
+    }
+
+    @Override
+    public Result invoke(Invoker<?> invoker, Invocation invocation) throws RpcException {
+        // check if open the admin mock config, global config.
+        if (!globalMockRule.getEnableMock()) {
+            return invoker.invoke(invocation);
+        }
+
+        String interfaceName = invocation.getTargetServiceUniqueName();
+        String methodName = invocation.getMethodName();
+        Object[] params = solveParams(invocation.getArguments());
+
+        // check if the service is in mock list
+        String mockRuleName = interfaceName + "#" + methodName;
+        Set<String> mockRules = globalMockRule.getEnabledMockRules();
+        if (CollectionUtils.isEmpty(mockRules) || !mockRules.contains(mockRuleName)) {
+            return invoker.invoke(invocation);
+        }
+        
+        // check if the MockService's invoker, then request.
+        if (Objects.equals(interfaceName, MockService.class.getName())) {
+            return invoker.invoke(invocation);
+        }
+        MockService mockService = DubboBootstrap.getInstance().getCache().get(MockService.class);

Review comment:
       Better use proxy factory to create mockService directly. Check how dubbo does that with MetadataService for example.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-spi-extensions] codecov-commenter edited a comment on pull request #50: [ISSUE #51] Dubbo admin mock plugin base on dubbo 3.x.

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #50:
URL: https://github.com/apache/dubbo-spi-extensions/pull/50#issuecomment-913929106






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-spi-extensions] codecov-commenter edited a comment on pull request #50: [ISSUE #51] Dubbo admin mock plugin base on dubbo 3.x.

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #50:
URL: https://github.com/apache/dubbo-spi-extensions/pull/50#issuecomment-913929106


   # [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#50](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (79b14ec) into [master](https://codecov.io/gh/apache/dubbo-spi-extensions/commit/50227337a4e255e880656a19267f67699905ef82?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5022733) will **decrease** coverage by `27.26%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/graphs/tree.svg?width=650&height=150&src=pr&token=5VPNX1R1J7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@              Coverage Diff              @@
   ##             master      #50       +/-   ##
   =============================================
   - Coverage     60.66%   33.40%   -27.27%     
     Complexity       23       23               
   =============================================
     Files             5       23       +18     
     Lines           272      494      +222     
     Branches         34       61       +27     
   =============================================
     Hits            165      165               
   - Misses           87      309      +222     
     Partials         20       20               
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...ache/dubbo/mock/exception/HandleFailException.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svZXhjZXB0aW9uL0hhbmRsZUZhaWxFeGNlcHRpb24uamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...a/org/apache/dubbo/mock/handler/ResultContext.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9SZXN1bHRDb250ZXh0LmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/mock/handler/CommonTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Db21tb25UeXBlSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/LongTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Mb25nVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/DateTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9EYXRlVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...g/apache/dubbo/mock/handler/DoubleTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Eb3VibGVUeXBlSGFuZGxlci5qYXZh) | `0.00% <0.00%> (ø)` | |
   | [...rg/apache/dubbo/mock/handler/FloatTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9GbG9hdFR5cGVIYW5kbGVyLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...org/apache/dubbo/mock/handler/JsonTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Kc29uVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...java/org/apache/dubbo/mock/utils/ProtobufUtil.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svdXRpbHMvUHJvdG9idWZVdGlsLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [.../apache/dubbo/mock/handler/UnknownTypeHandler.java](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZHViYm8tc3BpLWV4dGVuc2lvbnMvZHViYm8tbW9jay1leHRlbnNpb25zL2R1YmJvLW1vY2stYWRtaW4vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2R1YmJvL21vY2svaGFuZGxlci9Vbmtub3duVHlwZUhhbmRsZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | ... and [8 more](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [5022733...79b14ec](https://codecov.io/gh/apache/dubbo-spi-extensions/pull/50?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-spi-extensions] chickenlj merged pull request #50: [ISSUE #51] Dubbo admin mock plugin base on dubbo 3.x.

Posted by GitBox <gi...@apache.org>.
chickenlj merged pull request #50:
URL: https://github.com/apache/dubbo-spi-extensions/pull/50


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org