You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/02/16 14:33:33 UTC

[GitHub] [incubator-shardingsphere] terrymanu opened a new pull request #4333: Fixes #4332

terrymanu opened a new pull request #4333: Fixes #4332
URL: https://github.com/apache/incubator-shardingsphere/pull/4333
 
 
   Fixes #4332.

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] cherrylzhao merged pull request #4333: Fixes #4332

Posted by GitBox <gi...@apache.org>.
cherrylzhao merged pull request #4333: Fixes #4332
URL: https://github.com/apache/incubator-shardingsphere/pull/4333
 
 
   

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] coveralls commented on issue #4333: Fixes #4332

Posted by GitBox <gi...@apache.org>.
coveralls commented on issue #4333: Fixes #4332
URL: https://github.com/apache/incubator-shardingsphere/pull/4333#issuecomment-586718359
 
 
   ## Pull Request Test Coverage Report for [Build 1762](https://coveralls.io/builds/28759533)
   
   * **0** of **0**   changed or added relevant lines in **0** files are covered.
   * **194** unchanged lines in **194** files lost coverage.
   * Overall coverage remained the same at **57.686%**
   
   ---
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-----|--------------|--: |
   | [encrypt-core/encrypt-core-common/src/main/java/org/apache/shardingsphere/encrypt/metadata/decorator/EncryptTableMetaDataDecorator.java](https://coveralls.io/builds/28759533/source?filename=encrypt-core%2Fencrypt-core-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fencrypt%2Fmetadata%2Fdecorator%2FEncryptTableMetaDataDecorator.java#L35) | 1 | 0% |
   | [encrypt-core/encrypt-core-common/src/main/java/org/apache/shardingsphere/encrypt/metadata/loader/EncryptTableMetaDataLoader.java](https://coveralls.io/builds/28759533/source?filename=encrypt-core%2Fencrypt-core-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fencrypt%2Fmetadata%2Floader%2FEncryptTableMetaDataLoader.java#L37) | 1 | 0% |
   | [encrypt-core/encrypt-core-common/src/main/java/org/apache/shardingsphere/encrypt/yaml/swapper/EncryptColumnRuleConfigurationYamlSwapper.java](https://coveralls.io/builds/28759533/source?filename=encrypt-core%2Fencrypt-core-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fencrypt%2Fyaml%2Fswapper%2FEncryptColumnRuleConfigurationYamlSwapper.java#L27) | 1 | 0% |
   | [encrypt-core/encrypt-core-common/src/main/java/org/apache/shardingsphere/encrypt/yaml/swapper/EncryptorRuleConfigurationYamlSwapper.java](https://coveralls.io/builds/28759533/source?filename=encrypt-core%2Fencrypt-core-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fencrypt%2Fyaml%2Fswapper%2FEncryptorRuleConfigurationYamlSwapper.java#L27) | 1 | 0% |
   | [encrypt-core/encrypt-core-common/src/main/java/org/apache/shardingsphere/encrypt/yaml/swapper/EncryptRuleConfigurationYamlSwapper.java](https://coveralls.io/builds/28759533/source?filename=encrypt-core%2Fencrypt-core-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fencrypt%2Fyaml%2Fswapper%2FEncryptRuleConfigurationYamlSwapper.java#L33) | 1 | 0% |
   | [encrypt-core/encrypt-core-common/src/main/java/org/apache/shardingsphere/encrypt/yaml/swapper/EncryptTableRuleConfigurationYamlSwapper.java](https://coveralls.io/builds/28759533/source?filename=encrypt-core%2Fencrypt-core-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fencrypt%2Fyaml%2Fswapper%2FEncryptTableRuleConfigurationYamlSwapper.java#L31) | 1 | 0% |
   | [encrypt-core/encrypt-core-merge/src/main/java/org/apache/shardingsphere/encrypt/merge/EncryptResultDecoratorEngine.java](https://coveralls.io/builds/28759533/source?filename=encrypt-core%2Fencrypt-core-merge%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fencrypt%2Fmerge%2FEncryptResultDecoratorEngine.java#L37) | 1 | 0% |
   | [encrypt-core/encrypt-core-rewrite/src/main/java/org/apache/shardingsphere/encrypt/rewrite/token/generator/impl/EncryptInsertValuesTokenGenerator.java](https://coveralls.io/builds/28759533/source?filename=encrypt-core%2Fencrypt-core-rewrite%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fencrypt%2Frewrite%2Ftoken%2Fgenerator%2Fimpl%2FEncryptInsertValuesTokenGenerator.java#L50) | 1 | 82.19% |
   | [master-slave-core/master-slave-core-route/src/main/java/org/apache/shardingsphere/masterslave/route/engine/impl/MasterVisitedManager.java](https://coveralls.io/builds/28759533/source?filename=master-slave-core%2Fmaster-slave-core-route%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fmasterslave%2Froute%2Fengine%2Fimpl%2FMasterVisitedManager.java#L25) | 1 | 87.5% |
   | [shadow-core/shadow-core-rewrite/src/main/java/org/apache/shardingsphere/shadow/rewrite/context/ShadowSQLRewriteContextDecorator.java](https://coveralls.io/builds/28759533/source?filename=shadow-core%2Fshadow-core-rewrite%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshadow%2Frewrite%2Fcontext%2FShadowSQLRewriteContextDecorator.java#L31) | 1 | 0% |
   <!-- | **Total:** | **194** |  | -->
   
   |  Totals | [![Coverage Status](https://coveralls.io/builds/28759533/badge)](https://coveralls.io/builds/28759533) |
   | :-- | --: |
   | Change from base [Build 868](https://coveralls.io/builds/28759386): |  0.0% |
   | Covered Lines: | 11085 |
   | Relevant Lines: | 19216 |
   
   ---
   ##### 💛  - [Coveralls](https://coveralls.io)
   

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


With regards,
Apache Git Services