0.0.3 • Published 10 years ago

mocha-spec-cov v0.0.3

Weekly downloads
17
License
-
Repository
github
Last release
10 years ago

Custom mocha https://github.com/visionmedia/mocha reporter

The mocha-spec-cov reporter is the same as spec however when run against a library instrumented by node-jscoverage (or coffee-coverage) it will produce coverage output. Total coverage and source files that have < 50% coverage at the end of the report (see screenshot).

npm install mocha-spec-cov

mocha -R mocha-spec-cov

Screen Shot