0.0.1 • Published 12 years ago

xunit-cov v0.0.1

Weekly downloads
2
License
-
Repository
-
Last release
12 years ago

Mocha Xunit-cov Reporter

xunit-cov

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

How to use

  • Add "xunit-cov" to your package.json as a developmentDependency
  • Run mocha with -R xunit-cov or --reporter xunit-cov

Credits

This reporter is just the original xunit reporter from mocha.