Skip to content

Commit 5aa5409

Browse files
authored
Remove unused gocov (#7936)
1 parent 7aab7a0 commit 5aa5409

File tree

2 files changed

+0
-53
lines changed

2 files changed

+0
-53
lines changed

jenkins-integration-build.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ SG_COMMIT_HASH=$(git rev-parse HEAD)
5555
echo "Sync Gateway git commit hash: $SG_COMMIT_HASH"
5656

5757
echo "Downloading tool dependencies..."
58-
go install github.com/axw/gocov/gocov@latest
59-
go install github.com/AlekSi/gocov-xml@latest
6058
go install gotest.tools/gotestsum@latest
6159

6260
if [ "${SG_TEST_X509:-}" == "true" ] && [ "${COUCHBASE_SERVER_PROTOCOL}" != "couchbases" ]; then
@@ -154,13 +152,6 @@ else
154152
cp integration.xml "${INT_LOG_FILE_NAME}.xml"
155153
fi
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-
164155
if [ "${TEST_FAILED:-}" = true ]; then
165156
# If output contained `FAIL:`
166157
if grep -q 'FAIL:' "${INT_LOG_FILE_NAME}.out"; then

test_with_coverage.sh

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)