http://127.0.0.1:8899/cov/triggerEnvCov
{
"uuid": "uuid",
"type": 2, // 1 全量; 2 增量
"gitUrl": "xxxxxx.git",
"subModule": "",
"baseVersion": "master",
"nowVersion": "dev",
"address": "127.0.0.1",
"port": "18513"
}
http://127.0.0.1:8899/cov/getEnvCoverResult?uuid=uuid
{
"code": 200,
"msg": "success",
"data": {
"coverStatus": 1,
"reportUrl": "http://127.0.01:8899/{uuid}/index.html",
"lineCoverage": 44.44,
"branchCoverage": 100.0,
"errMsg": "",
"logFile": "http://127.0.0.1:8899/logs/{uuid}.log"
}
}