Skip to content

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

License

Notifications You must be signed in to change notification settings

sakejs/sake-coverage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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