Merge pull request #17713 from ivanvc/remove-go-1-22-1-coverage-workaround

Revert "tests: temporary disable coverage redesign Go experiment"
This commit is contained in:
Benjamin Wang 2024-04-05 16:58:19 +01:00 committed by GitHub
commit 9cb33de411
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ set -o pipefail
LOG_FILE=${1:-test-coverage.log}
# We collect the coverage
GOEXPERIMENT=nocoverageredesign COVERDIR=covdir PASSES='build cov' ./scripts/test.sh 2>&1 | tee "${LOG_FILE}"
COVERDIR=covdir PASSES='build cov' ./scripts/test.sh 2>&1 | tee "${LOG_FILE}"
test_success="$?"
# We try to upload whatever we have: