【发布时间】:2017-06-01 03:04:03
【问题描述】:
我正在尝试通过因果报应来支持 lcov 记者。我像这样修改了我的业力配置:
coverageReporter: {
dir: 'reports/',
reporters: [
{ type: 'in-memory' },
{ type: 'lcov', subdir: 'report-lcov' },
]
},
我不断收到错误:
ERROR [coverage]: TypeError: Cannot read property 'split' of undefined
at HtmlReport.writeDetailPage ({path}\node_modules\istanbul\lib\report\html.js:413:33)
我正在获取所需的报告,但此错误导致我的构建失败。 有没有办法解决这个问题?
【问题讨论】: