The XunitCov reporter is similar to the xunit reporter, however when run against a library instrumented by node-jscoverage it will produce coverage output.
- Add "xunit-cov" to your package.json as a developmentDependency
- Run mocha with -R xunit-cov or --reporter xunit-cov
This reporter is just the original xunit reporter from mocha.