Skip to content

Commit

Permalink
Upgrade grcov
Browse files Browse the repository at this point in the history
  • Loading branch information
garious committed Dec 16, 2018
1 parent 74ee1e5 commit 3349c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test-nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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
Expand Down

0 comments on commit 3349c7b

Please sign in to comment.