Upload coverage HTML reports (#1421)

Uploads two reports to Buildkite, one from cargo-cov and one from lcov via grcov.  The lcov one is busted on linux and is what we need to bring codecov.io back up again. It works great on macos if you wanted to generate them locally and prefer lcov HTML reports.

* Also comment out non-coverage build to speed things up.
This commit is contained in:
Greg Fitzgerald
2018-10-05 10:17:35 -07:00
committed by GitHub
parent da0404ad03
commit 9c0fa4d1d2
5 changed files with 27 additions and 10 deletions

View File

@ -13,6 +13,7 @@ RUN set -x && \
apt install -y \
buildkite-agent \
cmake \
lcov \
libclang-common-7-dev \
llvm-7 \
rsync \