Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.49 KB

README.md

File metadata and controls

47 lines (38 loc) · 1.49 KB

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