Skip to content

Commit

Permalink
Merge pull request etcd-io#17561 from ivanvc/temporary-fix-for-covera…
Browse files Browse the repository at this point in the history
…ge-test-reporting

tests: temporary disable coverage redisign Go experiment
  • Loading branch information
serathius authored Mar 10, 2024
2 parents 4527093 + da7ab15 commit 31f034a
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
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:
Expand Down

0 comments on commit 31f034a

Please sign in to comment.