summaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
authorKubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com>2022-12-01 09:49:17 +0800
committerGitHub <noreply@github.com>2022-12-01 09:49:17 +0800
commit0b2501baa2a2f3da66cb6894c8c86b2748db75a8 (patch)
tree435bb8e7f79d187a6e007ef59975d111fa9ed52d /hack
parentMerge pull request #4452 from YTGhost/fix-doc-link (diff)
parentintegrate Codecov into CI (diff)
downloadkubeedge-0b2501baa2a2f3da66cb6894c8c86b2748db75a8.tar.gz
Merge pull request #4367 from gy95/codecov
integrate Codecov into CI
Diffstat (limited to 'hack')
-rwxr-xr-xhack/lib/golang.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/hack/lib/golang.sh b/hack/lib/golang.sh
index deda28e7d..aa93125d1 100755
--- a/hack/lib/golang.sh
+++ b/hack/lib/golang.sh
@@ -447,7 +447,6 @@ kubeedge::golang::run_test() {
local profile=${PROFILE:-""}
if [[ $profile ]]; then
go test "-coverprofile=${profile}" ${testdirs[@]}
- go tool cover -func=${profile}
else
go test ${testdirs[@]}
fi