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

@@ -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