Ensure the full workspace is built for coverage

This commit is contained in:
Michael Vines 2018-12-17 09:58:46 -08:00
parent 4be537c51a
commit dc56bbeec8
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ cargo_install_unless cargo-cov cargo cov --help
# Generate coverage data and report via unit-test suite.
_ cargo cov clean
_ cargo cov build --all
_ cargo cov test --lib
_ cargo cov report