We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347c550 commit 6b81982Copy full SHA for 6b81982
etc/script/report.sh
@@ -11,12 +11,4 @@ echo "" > cover.out
11
echo "test components"
12
go test -count=1 -failfast -timeout 120s ./... -coverprofile cover.out -covermode=atomic
13
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
22
cd ../..
0 commit comments