From 660af84b8d87950b973d68eafc862d99b097f689 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Fri, 28 Sep 2018 19:33:40 -0600 Subject: [PATCH] Use the same versions of llvm-cov and libprofile --- ci/test-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-nightly.sh b/ci/test-nightly.sh index eaeaa0cf1c..059f7d8dad 100755 --- a/ci/test-nightly.sh +++ b/ci/test-nightly.sh @@ -37,5 +37,5 @@ ls -l target/cov/report/index.html if [[ -z "$CODECOV_TOKEN" ]]; then echo CODECOV_TOKEN undefined else - bash <(curl -s https://codecov.io/bash) -x 'llvm-cov-6.0 gcov' + bash <(curl -s https://codecov.io/bash) -x 'llvm-cov-7 gcov' fi