mocha-istanbul-spec
v0.4.0
Published
Istanbul + Spec code coverage reporter for Mocha
Downloads
5
Readme
mocha-istanbul-spec
fork of mocha-istanbul which adds spec reports as well, Mocha reporter to generate coverage report of istanbul instrumented code.
Usage
- Install
istanbul
,mocha
andmocha-istanbul-spec
- Instrument your code using
istanbul
- Make your tests to use the instrumented code (see COA library as an example)
- Run
mocha
usingmocha-istanbul-spec
as a reporter - Use the environment variable
ISTANBUL_REPORTERS
to specify a comma separated list of istanbul reports. By defaultISTANBUL_REPORTERS=text-summary,html