File tree Expand file tree Collapse file tree 2 files changed +0
-53
lines changed
Expand file tree Collapse file tree 2 files changed +0
-53
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,6 @@ SG_COMMIT_HASH=$(git rev-parse HEAD)
5555echo " Sync Gateway git commit hash: $SG_COMMIT_HASH "
5656
5757echo " Downloading tool dependencies..."
58- go install github.com/axw/gocov/gocov@latest
59- go install github.com/AlekSi/gocov-xml@latest
6058go install gotest.tools/gotestsum@latest
6159
6260if [ " ${SG_TEST_X509:- } " == " true" ] && [ " ${COUCHBASE_SERVER_PROTOCOL} " != " couchbases" ]; then
@@ -154,13 +152,6 @@ else
154152 cp integration.xml " ${INT_LOG_FILE_NAME} .xml"
155153fi
156154
157- # Get coverage
158- ~ /go/bin/gocov convert " coverage_int.out" | ~ /go/bin/gocov-xml > coverage_int.xml
159- if [ " ${RUN_WALRUS:- } " == " true" ]; then
160- ~ /go/bin/gocov convert " coverage_walrus_ee.out" | ~ /go/bin/gocov-xml > " coverage_walrus_ee.xml"
161- ~ /go/bin/gocov convert " coverage_walrus_ce.out" | ~ /go/bin/gocov-xml > " coverage_walrus_ce.xml"
162- fi
163-
164155if [ " ${TEST_FAILED:- } " = true ]; then
165156 # If output contained `FAIL:`
166157 if grep -q ' FAIL:' " ${INT_LOG_FILE_NAME} .out" ; then
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments