Skip to content

Commit 6b81982

Browse files
committed
remove go-sdk test coverage
Signed-off-by: “huazhongming” <[email protected]>
1 parent 347c550 commit 6b81982

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

etc/script/report.sh

-8
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,4 @@ echo "" > cover.out
1111
echo "test components"
1212
go test -count=1 -failfast -timeout 120s ./... -coverprofile cover.out -covermode=atomic
1313
cat cover.out >> ../cover.out
14-
cd ..
15-
16-
17-
cd sdk/go-sdk
18-
echo "" > cover.out
19-
echo "test go-sdk"
20-
go test -count=1 -failfast -timeout 120s $(go list ./... | grep -v runtime) -coverprofile cover.out -covermode=atomic
21-
cat cover.out >> ../../cover.out
2214
cd ../..

0 commit comments

Comments
 (0)