Light up coverage build

This commit is contained in:
Greg Fitzgerald 2018-05-25 22:27:41 -06:00
parent fc00594ea4
commit 75659ca042
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
steps:
- command: "ci/coverage.sh || true"
- command: "ci/coverage.sh"
label: "coverage"
# TODO: Run coverage in a docker image rather than assuming kcov/cargo-kcov
# is installed on the build agent...

View File

@ -14,7 +14,7 @@ cargo-kcov --version
export RUST_BACKTRACE=1
cargo build
cargo kcov
cargo kcov --lib
if [[ -z "$CODECOV_TOKEN" ]]; then
echo CODECOV_TOKEN undefined