[ 
https://issues.apache.org/jira/browse/CB-11134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15274405#comment-15274405
 ] 

ASF GitHub Bot commented on CB-11134:
-------------------------------------

Github user codecov-io commented on the pull request:

    https://github.com/apache/cordova-lib/pull/436#issuecomment-217507586
  
    ## [Current coverage][cc-pull] is **80.71%**
    > Merging [#436][cc-pull] into [master][cc-base-branch] will not change 
coverage
    
    ```diff
    @@             master       #436   diff @@
    ==========================================
      Files            68         68          
      Lines          5323       5323          
      Methods         849        849          
      Messages          0          0          
      Branches       1011       1011          
    ==========================================
      Hits           4296       4296          
      Misses         1027       1027          
      Partials          0          0          
    ```
    
    
    
    > Powered by [Codecov](https://codecov.io?src=pr). Last updated by 
[3c2f9e7...ca854df][cc-compare]
    [cc-base-branch]: 
https://codecov.io/gh/apache/cordova-lib/branch/master?src=pr
    [cc-compare]: 
https://codecov.io/gh/apache/cordova-lib/compare/3c2f9e711fa066cbe197dfb99864a608c2499c51...ca854df318b61d43fbb9554c31e84b788458a226
    [cc-pull]: https://codecov.io/gh/apache/cordova-lib/pull/436?src=pr


> Double "and cannot be removed" in a warning message
> ---------------------------------------------------
>
>                 Key: CB-11134
>                 URL: https://issues.apache.org/jira/browse/CB-11134
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaLib
>    Affects Versions: Master
>            Reporter: Alexander Sorokin
>            Assignee: Richard B Knoll
>            Priority: Minor
>              Labels: triaged
>
> {noformat}
> C:\Cordova>cordova create test-app
> Creating a new cordova project.
> C:\Cordova>cd test-app
> C:\Cordova\test-app>cordova platform add windows
> Adding windows project...
> Creating Cordova Windows Project:
>         App Name  : HelloCordova
>         Namespace : io.cordova.hellocordova
>         Path      : C:\Cordova\test-app\platforms\windows
> Discovered plugin "cordova-plugin-whitelist" in config.xml. Installing to the 
> project
> Fetching plugin "cordova-plugin-whitelist@1" via npm
> Installing "cordova-plugin-whitelist" for windows
> C:\Cordova\test-app>cordova plugin add cordova-plugin-camera 
> cordova-plugin-contacts
> Fetching plugin "cordova-plugin-camera" via npm
> Installing "cordova-plugin-camera" for windows
> Fetching plugin "cordova-plugin-compat" via npm
> Installing "cordova-plugin-compat" for windows
> Fetching plugin "cordova-plugin-contacts" via npm
> Installing "cordova-plugin-contacts" for windows
> Dependent plugin "cordova-plugin-compat" already installed on windows.
> C:\Cordova\test-app>cordova plugin rm camera
> Uninstalling cordova-plugin-camera from windows
> Removing "cordova-plugin-camera"
> "cordova-plugin-compat" is required by (cordova-plugin-contacts) and cannot 
> be removed (hint: use -f or --force) and cannot be removed (hint: use -f or 
> --force)
> C:\Cordova\test-app>
> {noformat}
> Expected warning:
> {noformat}
> "cordova-plugin-compat" is required by (cordova-plugin-contacts) and cannot 
> be removed (hint: use -f or --force)
> {noformat}
> Actual warning:
> {noformat}
> "cordova-plugin-compat" is required by (cordova-plugin-contacts) and cannot 
> be removed (hint: use -f or --force) and cannot be removed (hint: use -f or 
> --force)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to