mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 04:26:39 +00:00
fix
This commit is contained in:
Regular → Executable
+2
-2
@@ -6,8 +6,8 @@ echo "" > coverage.txt
|
||||
for d in $(go list ./pkg/... ./cmd/...); do
|
||||
go test -race -coverprofile=profile.out -covermode=atomic $d
|
||||
if [ -f profile.out ]; then
|
||||
cat profile.out >> coverage.txt
|
||||
rm profile.out
|
||||
cat profile.out >> coverage.txt
|
||||
rm profile.out
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user