summaryrefslogtreecommitdiff
path: root/hack/lib
diff options
context:
space:
mode:
authorgy95 <guoyao17@huawei.com>2022-11-02 11:42:51 +0800
committergy95 <1015105054@qq.com>2022-11-22 15:08:43 +0800
commit0cf47255a72fe6caf55a91622c973a4d99a21e70 (patch)
tree9a5e6084826da35e1023dc8b55fe8354cc212148 /hack/lib
parentMerge pull request #4395 from wuxs/fix/print-token-with-newline (diff)
downloadkubeedge-0cf47255a72fe6caf55a91622c973a4d99a21e70.tar.gz
integrate Codecov into CI
Signed-off-by: gy95 <guoyao17@huawei.com>
Diffstat (limited to 'hack/lib')
-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