From 5cd14a603145ed049be97abb3074da2e3497b2b3 Mon Sep 17 00:00:00 2001 From: Ivan Valdes Date: Thu, 4 Apr 2024 10:06:13 -0700 Subject: [PATCH] Revert "tests: temporary disable coverage redesign Go experiment" With the update to Go 1.22.2, this workaround is no longer needed. This reverts commit da7ab15f80c06373e03267e11497da71a028a3aa. Signed-off-by: Ivan Valdes --- scripts/codecov_upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/codecov_upload.sh b/scripts/codecov_upload.sh index 88fe8a394..b516b3bf1 100755 --- a/scripts/codecov_upload.sh +++ b/scripts/codecov_upload.sh @@ -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: