Merge pull request #17561 from ivanvc/temporary-fix-for-coverage-test-reporting

tests: temporary disable coverage redisign Go experiment
This commit is contained in:
Marek Siarkowicz
2024-03-10 10:11:06 +01:00
committed by GitHub

View File

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