sake-coverage
v0.1.4
Published
Adds `coverage` task to your sakefile.
Readme
sake-coverage
Add coverage tasks to your Sakefile. For use with sake-mocha.
Install
$ npm install sake-coverage --save-devUsage
In your Sakefile:
use('sake-coverage')With Travis CI:
after_success:
- node_modules/.bin/sake coverage:process