Add coverage
tasks to your Sakefile. For use with sake-mocha
.
$ npm install sake-coverage --save-dev
In your Sakefile:
use('sake-coverage')
With Travis CI:
after_success:
- node_modules/.bin/sake coverage:process
Add coverage tasks to your Sakefile. For use with sake-mocha.
CoffeeScriptNOASSERTION
Add coverage
tasks to your Sakefile. For use with sake-mocha
.
$ npm install sake-coverage --save-dev
In your Sakefile:
use('sake-coverage')
With Travis CI:
after_success:
- node_modules/.bin/sake coverage:process