diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2022-12-01 09:49:17 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-01 09:49:17 +0800 |
| commit | 0b2501baa2a2f3da66cb6894c8c86b2748db75a8 (patch) | |
| tree | 435bb8e7f79d187a6e007ef59975d111fa9ed52d /hack | |
| parent | Merge pull request #4452 from YTGhost/fix-doc-link (diff) | |
| parent | integrate Codecov into CI (diff) | |
| download | kubeedge-0b2501baa2a2f3da66cb6894c8c86b2748db75a8.tar.gz | |
Merge pull request #4367 from gy95/codecov
integrate Codecov into CI
Diffstat (limited to 'hack')
| -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 |
