Upgrade grcov

This commit is contained in:
Greg Fitzgerald 2018-12-16 14:21:49 -07:00 committed by Michael Vines
parent cbca0ae264
commit 437b62c4d9
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ if [[ ! -f ./grcov ]]; then
fi
uname_m=$(uname -m | tr '[:upper:]' '[:lower:]')
name=grcov-${uname}-${uname_m}.tar.bz2
_ wget "https://github.com/mozilla/grcov/releases/download/v0.2.3/${name}"
_ wget "https://github.com/mozilla/grcov/releases/download/v0.3.2/${name}"
_ tar -xjf "${name}"
fi
_ ./grcov . -t lcov > lcov.info