[
https://issues.apache.org/jira/browse/CB-12124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647440#comment-15647440
]
ASF GitHub Bot commented on CB-12124:
-------------------------------------
Github user codecov-io commented on the issue:
https://github.com/apache/cordova-windows/pull/209
## [Current
coverage](https://codecov.io/gh/apache/cordova-windows/pull/209?src=pr) is
74.64% (diff: 100%)
> Merging
[#209](https://codecov.io/gh/apache/cordova-windows/pull/209?src=pr) into
[master](https://codecov.io/gh/apache/cordova-windows/branch/master?src=pr)
will not change coverage
```diff
@@ master #209 diff @@
==========================================
Files 15 15
Lines 2067 2067
Methods 390 390
Messages 0 0
Branches 403 403
==========================================
Hits 1543 1543
Misses 524 524
Partials 0 0
```
> Powered by [Codecov](https://codecov.io?src=pr). Last update
[d6322b7...74e84e3](https://codecov.io/gh/apache/cordova-windows/compare/d6322b774a6b4db624813f58c3cd8e15a5924a83...74e84e3dc48d6f6a78cc3eb3f170352e3937e0b8?src=pr)
> DeviceCapability not added to windows10 manifest on plugin add
> --------------------------------------------------------------
>
> Key: CB-12124
> URL: https://issues.apache.org/jira/browse/CB-12124
> Project: Apache Cordova
> Issue Type: Bug
> Components: Windows
> Affects Versions: 4.4.3
> Reporter: Sergey Shakhnazarov
>
> {{cordova create test && cd test}}
> {{cordova platform add [email protected]}}
> {{cordova plugin add phonegap-plugin-barcodescanner}}
> {{type platforms\windows\package.windows10.appxmanifest}}
> {code}
> <Capabilities>
> <Capability Name="internetClient" />
> </Capabilities>
> {code}
> {{type platforms\windows\package.windows.appxmanifest}}
> {code}
> <Capabilities>
> <Capability Name="internetClient" />
> <DeviceCapability Name="webcam" />
> </Capabilities>
> {code}
> plugin.xml:
> {code}
> <config-file target="package.appxmanifest" parent="/Package/Capabilities">
> <DeviceCapability Name="webcam"/>
> </config-file>
> {code}
> The issue does not reproduce in [email protected]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]