-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
eggjs/bin
#64Description
RT, egg-bin中 cov命令里关于istanbul的format格式写死了,无法配置
egg-bin中的源码位置:
/**
* get coverage report args
* @param {String} coverageDir - coverage result directory
* @return {Array} args for istanbul coverage report
* @protected
*/
getReportArgs(coverageDir) {
return [
'report',
'--root', coverageDir,
'text-summary',
'json',
'lcov',
];
}
是否可以提供配置化,目前我们需要json-summary格式,用于云效或aone等流程构建平台能够抓取总的覆盖率报告结果。
Metadata
Metadata
Assignees
Labels
No labels