【发布时间】:2020-10-26 16:07:04
【问题描述】:
但是我如何每次输出总覆盖率%?目前,只有当它小于这样的阈值时,它才会输出总覆盖率%。
但我想在每次运行时查看 %。
配置:
{
"include": "app",
"check-coverage": true,
"lines": 99,
"reporter": ["text","cobertura"]
}
【问题讨论】:
标签: node.js mocha.js code-coverage chai nyc