diff options
| author | gy95 <guoyao17@huawei.com> | 2022-11-02 11:42:51 +0800 |
|---|---|---|
| committer | gy95 <1015105054@qq.com> | 2022-11-22 15:08:43 +0800 |
| commit | 0cf47255a72fe6caf55a91622c973a4d99a21e70 (patch) | |
| tree | 9a5e6084826da35e1023dc8b55fe8354cc212148 /hack/lib | |
| parent | Merge pull request #4395 from wuxs/fix/print-token-with-newline (diff) | |
| download | kubeedge-0cf47255a72fe6caf55a91622c973a4d99a21e70.tar.gz | |
integrate Codecov into CI
Signed-off-by: gy95 <guoyao17@huawei.com>
Diffstat (limited to 'hack/lib')
| -rwxr-xr-x | hack/lib/golang.sh | 1 |
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 |
