Skip to content

Commit

Permalink
Revert "tests: temporary disable coverage redesign Go experiment"
Browse files Browse the repository at this point in the history
With the update to Go 1.22.2, this workaround is no longer needed.

This reverts commit da7ab15.

Signed-off-by: Ivan Valdes <[email protected]>
  • Loading branch information
ivanvc committed Apr 4, 2024
1 parent bdbf8a2 commit 5cd14a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/codecov_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5cd14a6

Please sign in to comment.