From b62b13040ba8bc4080bbd302b82b94a07c618c56 Mon Sep 17 00:00:00 2001 From: groot Date: Wed, 29 Sep 2021 17:20:00 +0800 Subject: [PATCH] [skip ci] Update script comment (#8859) Signed-off-by: yhmo --- scripts/run_go_codecov.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run_go_codecov.sh b/scripts/run_go_codecov.sh index a8b9e56f14..57275c1e5d 100755 --- a/scripts/run_go_codecov.sh +++ b/scripts/run_go_codecov.sh @@ -12,3 +12,4 @@ for d in $(go list ./internal... | grep -v vendor); do done go tool cover -html=./go_coverage.txt -o ./go_coverage.html +echo "Export go coverage report to go_coverage.html"