Use the same versions of llvm-cov and libprofile

This commit is contained in:
Greg Fitzgerald
2018-09-28 19:33:40 -06:00
committed by Grimes
parent 7b31020903
commit 660af84b8d

View File

@ -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