mirror of https://github.com/milvus-io/milvus.git
[skip ci] Print out cpp coverage report path (#8998)
Signed-off-by: yhmo <yihua.mo@zilliz.com>pull/9011/head
parent
c3e504b3fa
commit
5d4c59d3c4
|
@ -71,5 +71,6 @@ ${LCOV_CMD} -r "${FILE_INFO_COMBINE}" -o "${FILE_INFO_OUTPUT}" \
|
|||
|
||||
# generate html report
|
||||
${LCOV_GEN_CMD} ${FILE_INFO_OUTPUT} --output-directory ${DIR_LCOV_OUTPUT}/
|
||||
echo "Generate cpp code coverage report to ${DIR_LCOV_OUTPUT}"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue