Mocha reporter to generate coverage report of istanbul instrumented code.
- Install
istanbul,mochaandmocha-istanbul - Instrument your code using
istanbul - Make your tests to use the instrumented code (see COA library as an example)
- Run
mochausingmocha-istanbulas a reporter - Use the environment variable
ISTANBUL_REPORTERSto specify a comma separated list of istanbul reports. By defaultISTANBUL_REPORTERS=text-summary,html