/sake-coverage

Add coverage tasks to your Sakefile. For use with sake-mocha.

Primary LanguageCoffeeScriptOtherNOASSERTION

sake-coverage

npm build dependencies downloads license chat

Add coverage tasks to your Sakefile. For use with sake-mocha.

Install

$ npm install sake-coverage --save-dev

Usage

In your Sakefile:

use('sake-coverage')

With Travis CI:

after_success:
  - node_modules/.bin/sake coverage:process

License

BSD