0.0.2 • Published 11 years ago

xunit-html-cov v0.0.2

Weekly downloads
1
License
-
Repository
-
Last release
11 years ago

Mocha Xunit-html-cov Reporter

xunit-html-cov

The XunitHTMLCov reporter is similar to the xunit and html reporter, however when run against a library instrumented by node-jscoverage it will produce coverage output.

How to use

  • Add "xunit-html-cov" to your Mocha's reporters path
  • Run mocha with -R xunit-html-cov or --reporter xunit-html-cov
  • The xunit-html-cov is stored in process.cwd() or a given path in the config.json

Credits

This reporter is just the original xunit reporter and html reporter from mocha.

0.0.2

11 years ago

0.0.1

12 years ago