一句替换
mocha -r jscoverage --covout=html test/
如果要在命令行直接看未覆盖的代码
mocha -r jscoverage --covout=detail test/
当然通常情况这样就足够了
mocha -r jscoverage -R spec test/
更新到0.5.9版本, html reporter 做了比较大的调整:
- 切分了输出文件
- 升级了样式
全局覆盖率清晰可见
未覆盖行提醒:
更精准的分支覆盖提醒
一句替换
mocha -r jscoverage --covout=html test/
如果要在命令行直接看未覆盖的代码
mocha -r jscoverage --covout=detail test/
当然通常情况这样就足够了
mocha -r jscoverage -R spec test/
更新到0.5.9版本, html reporter 做了比较大的调整:
全局覆盖率清晰可见
未覆盖行提醒:
更精准的分支覆盖提醒