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 2022/12/08 07:48:22 UTC

[GitHub] [dubbo-hessian-lite] xtyuns opened a new pull request, #65: fix the deserializer for UUID

xtyuns opened a new pull request, #65:
URL: https://github.com/apache/dubbo-hessian-lite/pull/65

   Close #64 


-- 
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-hessian-lite] codecov-commenter commented on pull request #65: fix the deserializer for UUID

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #65:
URL: https://github.com/apache/dubbo-hessian-lite/pull/65#issuecomment-1342510573

   # [Codecov](https://codecov.io/gh/apache/dubbo-hessian-lite/pull/65?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 [#65](https://codecov.io/gh/apache/dubbo-hessian-lite/pull/65?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (1677272) into [master](https://codecov.io/gh/apache/dubbo-hessian-lite/commit/5727b36a3cdc428baeef7ee03b131905e39be8ad?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5727b36) will **increase** coverage by `0.19%`.
   > The diff coverage is `44.44%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##             master      #65      +/-   ##
   ============================================
   + Coverage     27.79%   27.99%   +0.19%     
   - Complexity      563      568       +5     
   ============================================
     Files            93       93              
     Lines          6487     6491       +4     
     Branches       1077     1077              
   ============================================
   + Hits           1803     1817      +14     
   + Misses         4448     4440       -8     
   + Partials        236      234       -2     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-hessian-lite/pull/65?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...libaba/com/caucho/hessian/io/UUIDDeserializer.java](https://codecov.io/gh/apache/dubbo-hessian-lite/pull/65/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-c3JjL21haW4vamF2YS9jb20vYWxpYmFiYS9jb20vY2F1Y2hvL2hlc3NpYW4vaW8vVVVJRERlc2VyaWFsaXplci5qYXZh) | `50.00% <44.44%> (ø)` | |
   | [...m/alibaba/com/caucho/hessian/io/Hessian2Input.java](https://codecov.io/gh/apache/dubbo-hessian-lite/pull/65/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-c3JjL21haW4vamF2YS9jb20vYWxpYmFiYS9jb20vY2F1Y2hvL2hlc3NpYW4vaW8vSGVzc2lhbjJJbnB1dC5qYXZh) | `22.32% <0.00%> (+0.22%)` | :arrow_up: |
   | [.../alibaba/com/caucho/hessian/io/Hessian2Output.java](https://codecov.io/gh/apache/dubbo-hessian-lite/pull/65/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-c3JjL21haW4vamF2YS9jb20vYWxpYmFiYS9jb20vY2F1Y2hvL2hlc3NpYW4vaW8vSGVzc2lhbjJPdXRwdXQuamF2YQ==) | `31.17% <0.00%> (+1.02%)` | :arrow_up: |
   | [...libaba/com/caucho/hessian/util/IdentityIntMap.java](https://codecov.io/gh/apache/dubbo-hessian-lite/pull/65/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-c3JjL21haW4vamF2YS9jb20vYWxpYmFiYS9jb20vY2F1Y2hvL2hlc3NpYW4vdXRpbC9JZGVudGl0eUludE1hcC5qYXZh) | `50.00% <0.00%> (+2.38%)` | :arrow_up: |
   | [...a/com/caucho/hessian/io/StringValueSerializer.java](https://codecov.io/gh/apache/dubbo-hessian-lite/pull/65/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-c3JjL21haW4vamF2YS9jb20vYWxpYmFiYS9jb20vY2F1Y2hvL2hlc3NpYW4vaW8vU3RyaW5nVmFsdWVTZXJpYWxpemVyLmphdmE=) | `64.70% <0.00%> (+11.76%)` | :arrow_up: |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?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