Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.05 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.05 KB

strider-blanket

Node.js coverage reporting for Strider-CD, using the fantastic blanket.js 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).

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 overview

Coverage Open (click "details")

coverage open