Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakejs/sake-coverage
Add coverage tasks to your Sakefile. For use with sake-mocha.
https://github.com/sakejs/sake-coverage
code-completion coverage javascript nodejs sake
Last synced: about 2 months ago
JSON representation
Add coverage tasks to your Sakefile. For use with sake-mocha.
- Host: GitHub
- URL: https://github.com/sakejs/sake-coverage
- Owner: sakejs
- License: other
- Created: 2015-12-08T04:54:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T07:17:06.000Z (almost 7 years ago)
- Last Synced: 2024-11-24T22:02:07.420Z (about 2 months ago)
- Topics: code-completion, coverage, javascript, nodejs, sake
- Language: CoffeeScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sake-coverage
[![npm][npm-img]][npm-url]
[![build][build-img]][build-url]
[![dependencies][dependencies-img]][dependencies-url]
[![downloads][downloads-img]][downloads-url]
[![license][license-img]][license-url]
[![chat][chat-img]][chat-url]Add `coverage` tasks to your Sakefile. For use with `sake-mocha`.
## Install
```bash
$ npm install sake-coverage --save-dev
```## Usage
In your Sakefile:```coffee
use('sake-coverage')
```With Travis CI:
```
after_success:
- node_modules/.bin/sake coverage:process
```## License
[BSD][license-url][build-img]: https://img.shields.io/travis/sakejs/sake-coverage.svg
[build-url]: https://travis-ci.org/sakejs/sake-coverage
[chat-img]: https://badges.gitter.im/join-chat.svg
[chat-url]: https://gitter.im/sakejs/chat
[coverage-img]: https://coveralls.io/repos/sakejs/sake-coverage/badge.svg?branch=master&service=github
[coverage-url]: https://coveralls.io/github/sakejs/sake-coverage?branch=master
[dependencies-img]: https://david-dm.org/sakejs/sake-coverage.svg
[dependencies-url]: https://david-dm.org/sakejs/sake-coverage
[downloads-img]: https://img.shields.io/npm/dm/sake-coverage.svg
[downloads-url]: http://badge.fury.io/js/sake-coverage
[license-img]: https://img.shields.io/npm/l/sake-coverage.svg
[license-url]: https://github.com/sakejs/sake-coverage/blob/master/LICENSE
[npm-img]: https://img.shields.io/npm/v/sake-coverage.svg
[npm-url]: https://www.npmjs.com/package/sake-coverage