覆盖报告器


¥Coverage reporters

Tap 和 Spec 报告器将打印覆盖统计数据的摘要。还有一个 lcov 报告器,它将生成 lcov 文件,可用作深度覆盖报告。

¥The tap and spec reporters will print a summary of the coverage statistics. There is also an lcov reporter that will generate an lcov file which can be used as an in depth coverage report.

node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info 
  • 此报告器未报告任何测试结果。

    ¥No test results are reported by this reporter.

  • 此报告器最好与另一个报告器一起使用。

    ¥This reporter should ideally be used alongside another reporter.