https://github.com/strider-cd/strider-blanket
https://github.com/strider-cd/strider-blanket
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/strider-cd/strider-blanket
- Owner: Strider-CD
- Created: 2013-11-03T09:41:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-07-20T18:11:44.000Z (almost 10 years ago)
- Last Synced: 2024-02-21T20:39:26.342Z (over 2 years ago)
- Language: JavaScript
- Size: 208 KB
- Stars: 8
- Watchers: 5
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# strider-blanket
Node.js coverage reporting for [Strider-CD](https://github.com/Strider-CD/strider), using the fantastic [blanket.js](http://blanketjs.org/) instrumentation library.
See the full-on coverage report **right on the build page**. Does it get better than this? If you have any ideas, feel free to open an issue or pull-request :)
## Configuration
You need to add a "blanket" section to your `package.json` file, indicating what files should be instrumented [(see the docs)](https://github.com/alex-seville/blanket/blob/master/docs/getting_started_node.md).
The default command is `mocha -r blanket -R json-cov`. If you need a different command, you can specify it in the ui; it just needs to output (to std out) the same format as mocha's json-cov reporter.
## Screenshots
### Coverage Overview

### Coverage Open (click "details")
