You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/02 19:46:17 UTC

[GitHub] aml2732 opened a new pull request #61: code coverage

aml2732 opened a new pull request #61: code coverage
URL: https://github.com/apache/incubator-openwhisk-client-js/pull/61
 
 
   The current test suite is written in AVA (https://github.com/avajs/ava)
   NYC (Istanbul) is the recommended tool for creating code coverage reports. 
   
   There are two commands added that 
   1. convert ECMA6-->ECMA5 (requirement for nyc)
   2. run the tests/coverage for unit and integration tests, combine their output, and formulate a report view-able in the browser.
   
   gitignore file ignores node8 autogenerated files, some mac finder hidden files, ECMA5 version of library, and nyc output.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services