You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/11/25 17:09:20 UTC

[GitHub] [servicecomb-java-chassis] wujimin opened a new pull request #2080: Scb 2128 support dynamic single value enum

wujimin opened a new pull request #2080:
URL: https://github.com/apache/servicecomb-java-chassis/pull/2080


   Follow this checklist to help us incorporate your contribution quickly and easily:
   
    - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/SCB) filed for the change (usually before you start working on it).  Trivial changes like typos do not require a JIRA issue.  Your pull request should address just this issue, without pulling in other changes.
    - [ ] Each commit in the pull request should have a meaningful subject line and body.
    - [ ] Format the pull request title like `[SCB-XXX] Fixes bug in ApproximateQuantiles`, where you replace `SCB-XXX` with the appropriate JIRA issue.
    - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
    - [ ] Run `mvn clean install -Pit` to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
    - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   ---
   


----------------------------------------------------------------
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.

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



[GitHub] [servicecomb-java-chassis] codecov-io commented on pull request #2080: Scb 2128 support dynamic single value enum

Posted by GitBox <gi...@apache.org>.
codecov-io commented on pull request #2080:
URL: https://github.com/apache/servicecomb-java-chassis/pull/2080#issuecomment-734338401


   # [Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2080?src=pr&el=h1) Report
   > Merging [#2080](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2080?src=pr&el=desc) (2932e1a) into [master](https://codecov.io/gh/apache/servicecomb-java-chassis/commit/593a3a41ec16af2e2ad89bed388c2cc0e794e506?el=desc) (593a3a4) will **decrease** coverage by `0.02%`.
   > The diff coverage is `81.81%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2080/graphs/tree.svg?width=650&height=150&src=pr&token=KXfDcr9rX2)](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2080?src=pr&el=tree)
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #2080      +/-   ##
   ============================================
   - Coverage     81.52%   81.49%   -0.03%     
   - Complexity     1297     1308      +11     
   ============================================
     Files          1434     1441       +7     
     Lines         39219    39411     +192     
     Branches       3334     3353      +19     
   ============================================
   + Hits          31974    32119     +145     
   - Misses         5790     5826      +36     
   - Partials       1455     1466      +11     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2080?src=pr&el=tree) | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | [...l/schema/deserializer/scalar/EnumsReadSchemas.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2080/diff?src=pr&el=tree#diff-Zm91bmRhdGlvbnMvZm91bmRhdGlvbi1wcm90b2J1Zi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvZm91bmRhdGlvbi9wcm90b2J1Zi9pbnRlcm5hbC9zY2hlbWEvZGVzZXJpYWxpemVyL3NjYWxhci9FbnVtc1JlYWRTY2hlbWFzLmphdmE=) | `54.34% <0.00%> (-13.22%)` | `0.00 <0.00> (ø)` | |
   | [...nal/schema/serializer/scalar/EnumWriteSchemas.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2080/diff?src=pr&el=tree#diff-Zm91bmRhdGlvbnMvZm91bmRhdGlvbi1wcm90b2J1Zi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvZm91bmRhdGlvbi9wcm90b2J1Zi9pbnRlcm5hbC9zY2hlbWEvc2VyaWFsaXplci9zY2FsYXIvRW51bVdyaXRlU2NoZW1hcy5qYXZh) | `86.53% <0.00%> (-5.30%)` | `0.00 <0.00> (ø)` | |
   | [...ervicecomb/foundation/common/base/DynamicEnum.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2080/diff?src=pr&el=tree#diff-Zm91bmRhdGlvbnMvZm91bmRhdGlvbi1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NlcnZpY2Vjb21iL2ZvdW5kYXRpb24vY29tbW9uL2Jhc2UvRHluYW1pY0VudW0uamF2YQ==) | `45.45% <45.45%> (ø)` | `0.00 <0.00> (?)` | |
   | [.../servicecomb/foundation/common/base/EnumUtils.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2080/diff?src=pr&el=tree#diff-Zm91bmRhdGlvbnMvZm91bmRhdGlvbi1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NlcnZpY2Vjb21iL2ZvdW5kYXRpb24vY29tbW9uL2Jhc2UvRW51bVV0aWxzLmphdmE=) | `57.14% <57.14%> (ø)` | `0.00 <0.00> (?)` | |
   | [...ecomb/foundation/common/base/DynamicEnumCache.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2080/diff?src=pr&el=tree#diff-Zm91bmRhdGlvbnMvZm91bmRhdGlvbi1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NlcnZpY2Vjb21iL2ZvdW5kYXRpb24vY29tbW9uL2Jhc2UvRHluYW1pY0VudW1DYWNoZS5qYXZh) | `66.66% <66.66%> (ø)` | `0.00 <0.00> (?)` | |
   | [...comb/swagger/extend/PropertyModelConverterExt.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2080/diff?src=pr&el=tree#diff-c3dhZ2dlci9zd2FnZ2VyLWdlbmVyYXRvci9nZW5lcmF0b3ItY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvc3dhZ2dlci9leHRlbmQvUHJvcGVydHlNb2RlbENvbnZlcnRlckV4dC5qYXZh) | `93.75% <93.75%> (ø)` | `0.00 <0.00> (?)` | |
   | [...apache/servicecomb/swagger/extend/SwaggerEnum.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2080/diff?src=pr&el=tree#diff-c3dhZ2dlci9zd2FnZ2VyLWdlbmVyYXRvci9nZW5lcmF0b3ItY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvc3dhZ2dlci9leHRlbmQvU3dhZ2dlckVudW0uamF2YQ==) | `94.11% <94.11%> (ø)` | `0.00 <0.00> (?)` | |
   | [.../org/apache/servicecomb/it/junit/ITJUnitUtils.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2080/diff?src=pr&el=tree#diff-aW50ZWdyYXRpb24tdGVzdHMvaXQtY29uc3VtZXIvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NlcnZpY2Vjb21iL2l0L2p1bml0L0lUSlVuaXRVdGlscy5qYXZh) | `67.90% <100.00%> (+0.40%)` | `25.00 <1.00> (+1.00)` | |
   | [...servicecomb/it/testcase/TestDataTypePrimitive.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2080/diff?src=pr&el=tree#diff-aW50ZWdyYXRpb24tdGVzdHMvaXQtY29uc3VtZXIvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NlcnZpY2Vjb21iL2l0L3Rlc3RjYXNlL1Rlc3REYXRhVHlwZVByaW1pdGl2ZS5qYXZh) | `100.00% <100.00%> (ø)` | `160.00 <8.00> (+8.00)` | |
   | [...a/org/apache/servicecomb/swagger/SwaggerUtils.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2080/diff?src=pr&el=tree#diff-c3dhZ2dlci9zd2FnZ2VyLWdlbmVyYXRvci9nZW5lcmF0b3ItY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvc3dhZ2dlci9Td2FnZ2VyVXRpbHMuamF2YQ==) | `93.47% <100.00%> (+0.10%)` | `0.00 <0.00> (ø)` | |
   | ... and [22 more](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2080/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2080?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2080?src=pr&el=footer). Last update [593a3a4...2932e1a](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2080?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


----------------------------------------------------------------
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.

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



[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #2080: Scb 2128 support dynamic single value enum

Posted by GitBox <gi...@apache.org>.
liubao68 merged pull request #2080:
URL: https://github.com/apache/servicecomb-java-chassis/pull/2080


   


----------------------------------------------------------------
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.

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