This PR is simply adding new command `npm run cover` as in cordova-ios, cordova-common and etc. No changes in module itself.
The result of this command is as follows, ``` > nyc jasmine --config=spec/coverage.json Started ................. 17 specs, 0 failures Finished in 88.889 seconds ----------|----------|----------|----------|----------|-------------------| File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s | ----------|----------|----------|----------|----------|-------------------| All files | 86.89 | 66.67 | 88.89 | 86.89 | | index.js | 86.89 | 66.67 | 88.89 | 86.89 |... 08,121,146,163 | ----------|----------|----------|----------|----------|-------------------| ``` [ Full content available at: https://github.com/apache/cordova-fetch/pull/48 ] This message was relayed via gitbox.apache.org for [email protected]
