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

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

Github user codecov-io commented on the issue:

    https://github.com/apache/cordova-lib/pull/487
  
    ## [Current 
coverage](https://codecov.io/gh/apache/cordova-lib/pull/487?src=pr) is 80.38% 
(diff: 100%)
    > Merging [#487](https://codecov.io/gh/apache/cordova-lib/pull/487?src=pr) 
into [master](https://codecov.io/gh/apache/cordova-lib/branch/master?src=pr) 
will increase coverage by **<.01%**
    
    ```diff
    @@             master       #487   diff @@
    ==========================================
      Files            67         67          
      Lines          5183       5184     +1   
      Methods         835        835          
      Messages          0          0          
      Branches       1005       1005          
    ==========================================
    + Hits           4166       4167     +1   
      Misses         1017       1017          
      Partials          0          0          
    ```
    
    > Powered by [Codecov](https://codecov.io?src=pr). Last update 
[f8b58c7...03c2833](https://codecov.io/gh/apache/cordova-lib/compare/f8b58c782c71558516adbbd81929ee31ec3ded7f...03c28339c4dbe4b9c731e5bd05f1fd5fdd4ece8f?src=pr)


> Plugins superseding config.xml
> ------------------------------
>
>                 Key: CB-11777
>                 URL: https://issues.apache.org/jira/browse/CB-11777
>             Project: Apache Cordova
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: CordovaLib
>    Affects Versions: 6.3.1
>            Reporter: Darryl Pogue
>            Assignee: Darryl Pogue
>              Labels: triaged
>
> The ongoing saga of CB-11589 and CB-11698...
> When running {{cordova prepare}} to restore platforms and plugins, the 
> platform has prepare called before the plugins are restored. This leads to 
> the top-level config.xml data being copied into the platform at prepare time, 
> and then plugin config being appended when they are later restored.
> In my case, this was causing the Crosswalk version defined in my top-level 
> config.xml to be overwritten by an undefined version when the plugin was 
> installed. A workaround is to run {{cordova prepare}} a second time.
> A better fix is probably to restore the platforms, restore the plugins, and 
> then run prepare after everything has been restored.



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