Gen cpp codecov info (#10072)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/10081/head
groot 2021-10-18 12:32:35 +08:00 committed by GitHub
parent 05ed76ae7d
commit c53f3b56fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,8 @@ test-go: build-cpp-with-unittest
test-cpp: build-cpp-with-unittest
@echo "Running cpp unittests..."
@(env bash $(PWD)/scripts/run_cpp_unittest.sh)
@(env bash $(PWD)/scripts/run_cpp_codecov.sh)
# @(env bash $(PWD)/scripts/run_cpp_unittest.sh)
# Run code coverage.
codecov: codecov-go codecov-cpp