[
https://issues.apache.org/jira/browse/CB-8151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15359851#comment-15359851
]
ASF GitHub Bot commented on CB-8151:
------------------------------------
Github user codecov-io commented on the issue:
https://github.com/apache/cordova-lib/pull/462
## [Current coverage][cc-pull] is **80.60%**
> Merging [#462][cc-pull] into [master][cc-base-branch] will increase
coverage by **0.01%**
```diff
@@ master #462 diff @@
==========================================
Files 68 68
Lines 5380 5383 +3
Methods 851 852 +1
Messages 0 0
Branches 1038 1038
==========================================
+ Hits 4336 4339 +3
Misses 1044 1044
Partials 0 0
```
> Powered by [Codecov](https://codecov.io?src=pr). Last updated by
[b22b79c...7a21db7][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/b22b79c7b6ab5e6822c372a50548726e2e445cf8...7a21db7a99bc242e7f886495949ca1707c8943f8
[cc-pull]: https://codecov.io/gh/apache/cordova-lib/pull/462?src=pr
> --copy-from cannot work w/ remote urls on the cli (but can programatically)
> ---------------------------------------------------------------------------
>
> Key: CB-8151
> URL: https://issues.apache.org/jira/browse/CB-8151
> Project: Apache Cordova
> Issue Type: Bug
> Components: CordovaLib
> Reporter: Brian LeRoux
>
> It's this code in cli.js -
> ```var customWww = args['copy-from'] || args['link-to'];
> if (customWww) {
> if (customWww.indexOf('http') === 0) {
> throw new CordovaError(
> 'Only local paths for custom www assets are supported.'
> );
> }
> ```
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]