From b2bd0b714993148183e3dafa7f04cf1cb35a9692 Mon Sep 17 00:00:00 2001 From: groot Date: Fri, 17 Sep 2021 14:21:50 +0800 Subject: [PATCH] [skip ci]Prepare for cpp coverage (#8125) Signed-off-by: yhmo --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 77c59884b5..e77a162582 100644 --- a/Makefile +++ b/Makefile @@ -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