Use the same versions of llvm-cov and libprofile
This commit is contained in:
parent
7b31020903
commit
660af84b8d
|
@ -37,5 +37,5 @@ ls -l target/cov/report/index.html
|
||||||
if [[ -z "$CODECOV_TOKEN" ]]; then
|
if [[ -z "$CODECOV_TOKEN" ]]; then
|
||||||
echo CODECOV_TOKEN undefined
|
echo CODECOV_TOKEN undefined
|
||||||
else
|
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
|
fi
|
||||||
|
|
Loading…
Reference in New Issue