Nightly build #124 for cordova has failed

2016-08-31 Thread Apache Jenkins Server
Nightly build #124 for cordova has failed.

Please check failure details on build details page at 
https://builds.apache.org/job/cordova-nightly/124/
You can also take a look at build console: 
https://builds.apache.org/job/cordova-nightly/124/consoleFull

-
Jenkins for Apache Cordova

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

[GitHub] cordova-ios pull request #249: CB-11789 - Generated Podfile should not have ...

2016-08-31 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-ios/pull/249


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-ios pull request #249: CB-11789 - Generated Podfile should not have ...

2016-08-31 Thread shazron
GitHub user shazron opened a pull request:

https://github.com/apache/cordova-ios/pull/249

CB-11789 - Generated Podfile should not have an absolute path to .xcodeproj



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/shazron/cordova-ios CB-11789

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-ios/pull/249.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #249


commit 9d24cd845edb4c5d614b9df8461ebbf81f7b2100
Author: Shazron Abdullah 
Date:   2016-08-31T23:40:09Z

CB-11789 - Generated Podfile should not have an absolute path to .xcodeproj




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-ios pull request #248: CB-11792 - Add Cocoapods .xcconfig includes t...

2016-08-31 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-ios/pull/248


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-ios pull request #248: CB-11792 - Add Cocoapods .xcconfig includes t...

2016-08-31 Thread shazron
GitHub user shazron opened a pull request:

https://github.com/apache/cordova-ios/pull/248

CB-11792 - Add Cocoapods .xcconfig includes to build.xcconfig files in 
template, modify create script



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/shazron/cordova-ios CB-11792

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-ios/pull/248.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #248


commit b45d5891ede5d9e711b24897c118540c574daa64
Author: Shazron Abdullah 
Date:   2016-08-31T22:52:14Z

CB-11792 - Add Cocoapods .xcconfig includes to build.xcconfig files in 
template, modify create script




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: Merging gradle_respect into cordova_android master today

2016-08-31 Thread Joe Bowser
Hey

So, I started with the rebase and I tested create with the rebased
repository before pushing it up, and I decided that this isn't quite ready
for release yet.  It slows down the creation of new projects to be almost a
minute, and that's way too slow.  I think that we need a better way to
determine whether CordovaLib/CordovaAAR is a dependency for gradle
dependency management, and reading every gradle file isn't a good solution.

If people have any thoughts about this, or want to help, please let me know.

Joe

On Wed, Aug 31, 2016 at 8:49 AM, Joe Bowser  wrote:

> Hey
>
> After leaving this pull request open for a couple of weeks, I'm going to
> land it into the master of Cordova-Android at the end of the day.  Can
> people take one final look before I land this thing in?
>
> https://github.com/apache/cordova-android/pull/323
>
> Let me know if you have any questions about this approach.  It shouldn't
> break any existing plugins, and Crosswalk still works with it, so I think
> we're good but it'd be good to get more eyes on it.
>
> Joe
>
>
>


[GitHub] cordova-android pull request #323: Changes for Cordova-Android 6.0.0 - Andro...

2016-08-31 Thread infil00p
Github user infil00p closed the pull request at:

https://github.com/apache/cordova-android/pull/323


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-android issue #323: Changes for Cordova-Android 6.0.0 - Android Modu...

2016-08-31 Thread infil00p
Github user infil00p commented on the issue:

https://github.com/apache/cordova-android/pull/323
  
This is TOO SLOW for creating a project after I started rebasing it with 
master.  I'm going to close this and come back to it a bit later, since it's 
REALLY slow right now and I don't want to slow down the workflow.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-ios pull request #246: CB-11712 - changes in config.xml does ...

2016-08-31 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-ios/pull/246


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-docs pull request #632: Moved 40px Spotlight Icon to iOS 7.0+

2016-08-31 Thread alexbegg
GitHub user alexbegg opened a pull request:

https://github.com/apache/cordova-docs/pull/632

Moved 40px Spotlight Icon to iOS 7.0+

in Xcode's AppIcon Image Set, it clearly states 40pt size is for iOS 7-9 
Spotlight Icon for both iPhone and iPad, therefore it should be listed under 
iOS 7.0+. The 50pt size is for iOS 5-6.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/alexbegg/cordova-docs patch-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-docs/pull/632.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #632


commit a876d81e64d3153765d308780fa490ac4cc646c8
Author: Alex Begg 
Date:   2016-08-31T22:07:33Z

Moved 40px Spotlight Icon to iOS 7.0+

in Xcode's AppIcon Image Set, it clearly states 40pt size is for iOS 7-9 
Spotlight Icon for both iPhone and iPad, therefore it should be listed under 
iOS 7.0+. The 50pt size is for iOS 5-6.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-android pull request #253: Clearing appPlugin when loading pages.

2016-08-31 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-android/pull/253


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-android issue #244: CB-10140 Use application id instead of package n...

2016-08-31 Thread infil00p
Github user infil00p commented on the issue:

https://github.com/apache/cordova-android/pull/244
  
@CookieCookson This seems to have fallen by the wayside for quite a few 
months.  Are you still looking to add this, or should I close it since it no 
longer merges cleanly?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-android issue #308: CB-11343: Handle Java versions after JEP-223

2016-08-31 Thread infil00p
Github user infil00p commented on the issue:

https://github.com/apache/cordova-android/pull/308
  
So, how do we test this one? Is this a Mac OS X or Linux issue?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-ios issue #246: CB-11712 - changes in config.xml does a 'sear...

2016-08-31 Thread shazron
Github user shazron commented on the issue:

https://github.com/apache/cordova-ios/pull/246
  
Tests pass, squashing the commits.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-ios pull request #247: CB-11788 - Change create and build scripts to...

2016-08-31 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-ios/pull/247


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[Discuss] Cordova-Android 6.0.x

2016-08-31 Thread Joe Bowser
Hey

This week, I'm going to start merging things that will break certain APIs,
such as the Third Party WebView.  This is done so we can have solid
compatibility with Nougat, as well as fix some threading issues that people
are having when embedding CordovaWebView in native projects.  Before I do
this, I need to know whether there's any reason to NOT do this.

Does anyone have any objections to me starting to merge the 6.0.x changes
in and prepping for a 6.0.x release sometime in September with Cordova
targeting API 24, and having compatibility fixes?

Joe


[GitHub] cordova-ios issue #247: CB-11788 - Change create and build scripts to use .x...

2016-08-31 Thread codecov-io
Github user codecov-io commented on the issue:

https://github.com/apache/cordova-ios/pull/247
  
## [Current 
coverage](https://codecov.io/gh/apache/cordova-ios/pull/247?src=pr) is 56.40% 
(diff: 0.00%)
> Merging [#247](https://codecov.io/gh/apache/cordova-ios/pull/247?src=pr) 
into [master](https://codecov.io/gh/apache/cordova-ios/branch/master?src=pr) 
will not change coverage

```diff
@@ master   #247   diff @@
==
  Files11 11  
  Lines  1023   1023  
  Methods 144144  
  Messages  0  0  
  Branches168168  
==
  Hits577577  
  Misses  446446  
  Partials  0  0  
```

> Powered by [Codecov](https://codecov.io?src=pr). Last update 
[2085ab9...1e08192](https://codecov.io/gh/apache/cordova-ios/compare/2085ab9273befbe1187840c309fd8f4e7ad9ed28...1e08192096d39c3d1d4d87f0b83d828d8734c0b6?src=pr)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Merging gradle_respect into cordova_android master today

2016-08-31 Thread Joe Bowser
Hey

After leaving this pull request open for a couple of weeks, I'm going to
land it into the master of Cordova-Android at the end of the day.  Can
people take one final look before I land this thing in?

https://github.com/apache/cordova-android/pull/323

Let me know if you have any questions about this approach.  It shouldn't
break any existing plugins, and Crosswalk still works with it, so I think
we're good but it'd be good to get more eyes on it.

Joe


[GitHub] cordova-plugin-camera issue #198: CB-10857 android : Camera.getPicture retur...

2016-08-31 Thread harellevy
Github user harellevy commented on the issue:

https://github.com/apache/cordova-plugin-camera/pull/198
  
is this working with video from google drive?
when is this going to be merged to the master?

upload videos from local directory in my phone works fine but when i try 
upload videos from google drive it returns null as the success result


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



RE: Nightly builds - npm publish issue

2016-08-31 Thread Vladimir Kotikov (Akvelon)
FYI. In case if anyone else is interested - coho just invokes 'npm publish', so 
in order to fix nightiles we've updated npm used by nightly job on Jenkins to 
3.10.x., so nightlies are now alive again.

-
Best regards, Vladimir

-Original Message-
From: Shazron [mailto:shaz...@gmail.com] 
Sent: Monday, August 29, 2016 11:23 AM
To: dev@cordova.apache.org
Subject: Nightly builds - npm publish issue

See: 
https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fissues.apache.org%2fjira%2fbrowse%2fCB-11778=01%7c01%7cv-vlkoti%40microsoft.com%7c7309836d15dd4071566a08d3cfe5c2b1%7c72f988bf86f141af91ab2d7cd011db47%7c1=n1hRjVzXVZbRJYRrsdJb71DohM6x758AquTlPwpBtWU%3d

Long story short -- we need to use node 6.x to publish the npm nightlies.

I know the nightly CI uses coho, is it a matter of just updating coho code and 
the CI picks it up, or do we have to do something else?


Re: Cordova bridge call exception console log does not include call stack information

2016-08-31 Thread julio cesar sanchez
As Vladimir Kotikov commented on the issue that we should discuss it on the
mail list we can use this thread to do it.


I'm +1 with it, it sounds useful



2016-08-30 23:33 GMT+02:00 Li, Jonathan :

> Hi,
> The issue is created for the issue at
> https://issues.apache.org/jira/browse/CB-11786
>
> Thanks
> Jonathan
>
> On 8/30/16, 5:20 PM, "julio cesar sanchez"  wrote:
>
> Hi.
>
> Can you create an issue on issues.cordova.io?
>
> El martes, 30 de agosto de 2016, Li, Jonathan 
> escribió:
>
> >
> > Hi,
> > In cordova.js, callbackFromNative method, when handles the
> exception, it
> > only logs the callbackid and error message, but does not log the
> error
> > callstack. Usually the callstack is quite useful to find what causes
> the
> > exception, so just wonder what is the reason to not include it in
> the error
> > console log.
> >
> > If it is fine to include the call stack information in the console
> log, I
> > would like to submit a pull request for the change.
> >
> >
> >   /**
> >  * Called by native code when returning the result from an
> action.
> >  */
> > callbackFromNative: function(callbackId, isSuccess, status, args,
> > keepCallback) {
> > try {
> > var callback = cordova.callbacks[callbackId];
> > if (callback) {
> > if (isSuccess && status ==
> cordova.callbackStatus.OK) {
> > callback.success && callback.success.apply(null,
> args);
> > } else if (!isSuccess) {
> > callback.fail && callback.fail.apply(null, args);
> > }
> > /*
> > else
> > Note, this case is intentionally not caught.
> > this can happen if isSuccess is true, but
> > callbackStatus is NO_RESULT
> > which is used to remove a callback from the list
> > without calling the callbacks
> > typically keepCallback is false in this case
> > */
> > // Clear callback if not expecting any more results
> > if (!keepCallback) {
> > delete cordova.callbacks[callbackId];
> > }
> > }
> > }
> > catch (err) {
> > var msg = "Error in " + (isSuccess ? "Success" :
> "Error") + "
> > callbackId: " + callbackId + " : " + err;
> > console && console.log && console.log(msg);
> > cordova.fireWindowEvent("cordovacallbackerror", {
> 'message':
> > msg });
> > throw err;
> > }
> >
> > Thanks
> > Jonathan
> >
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>


[GitHub] cordova-plugin-statusbar issue #55: Handle extended status bar on iOS

2016-08-31 Thread goshakkk
Github user goshakkk commented on the issue:

https://github.com/apache/cordova-plugin-statusbar/pull/55
  
Sure, go ahead.

On Wed, Aug 31, 2016 at 1:19 PM, jcesarmobile 
wrote:

> So @goshakkk , are you going to do the
> changes I proposed or not?
>
> I want to send another PR that might conflict with this one and I'm
> waiting for this to be merged.
>
> If you don't want to/can't make the changes, and you are ok with me doing
> them I'll do it.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> 
,
> or mute the thread
> 

> .
>



-- 
Cheers,
Gosha



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-statusbar issue #55: Handle extended status bar on iOS

2016-08-31 Thread jcesarmobile
Github user jcesarmobile commented on the issue:

https://github.com/apache/cordova-plugin-statusbar/pull/55
  
So @goshakkk, are you going to do the changes I proposed or not?

I want to send another PR that might conflict with this one and I'm waiting 
for this to be merged.

If you don't want to/can't make the changes, and you are ok with me doing 
them I'll do it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-windows pull request #194: CB-10738 Use hardcoded Id attribute in Wi...

2016-08-31 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-windows/pull/194


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-windows issue #194: CB-10738 Use hardcoded Id attribute in Win10 man...

2016-08-31 Thread sgrebnov
Github user sgrebnov commented on the issue:

https://github.com/apache/cordova-windows/pull/194
  
LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-ios pull request #245: CB-11731 Re-read ios.json on every prepare

2016-08-31 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-ios/pull/245


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-windows issue #194: CB-10738 Use hardcoded Id attribute in Win10 man...

2016-08-31 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the issue:

https://github.com/apache/cordova-windows/pull/194
  
@sgrebnov, PTAL


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-ios issue #246: CB-11712 - changes in config.xml does a 'sear...

2016-08-31 Thread codecov-io
Github user codecov-io commented on the issue:

https://github.com/apache/cordova-ios/pull/246
  
## [Current 
coverage](https://codecov.io/gh/apache/cordova-ios/pull/246?src=pr) is 52.67% 
(diff: 100%)
> Merging [#246](https://codecov.io/gh/apache/cordova-ios/pull/246?src=pr) 
into [master](https://codecov.io/gh/apache/cordova-ios/branch/master?src=pr) 
will decrease coverage by **0.82%**

```diff
@@ master   #246   diff @@
==
  Files12 12  
  Lines  1028   1008-20   
  Methods 145145  
  Messages  0  0  
  Branches169169  
==
- Hits550531-19   
+ Misses  478477 -1   
  Partials  0  0  
```

> Powered by [Codecov](https://codecov.io?src=pr). Last update 
[582e357...c9cb039](https://codecov.io/gh/apache/cordova-ios/compare/582e35776f01ee03f32f0986de181bcf5eb4d232...c9cb039227e01d115e0fb6cfd56a1ad9bbc9ebd8?src=pr)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org