[skip ci]Prepare for cpp coverage (#8125)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/8133/head
groot 2021-09-17 14:21:50 +08:00 committed by GitHub
parent 8a27a73f6f
commit b2bd0b7149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -125,6 +125,11 @@ go-codecov:
@echo "Running go unittests..."
@(env bash $(PWD)/scripts/run_go_codecov.sh)
# Run cpp-codecov
cpp-codecov:
@echo "Running cpp unittests..."
@(env bash $(PWD)/scripts/run_cpp_codecov.sh)
#TODO: build each component to docker
docker: verifiers