Disable coverage until issue #433 is resolved

This commit is contained in:
Michael Vines 2018-06-29 17:00:13 -07:00 committed by Grimes
parent 816246ebee
commit 4ffb5d157a
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@ _ cargo test --verbose --features unstable
_ cargo bench --verbose --features unstable
# Coverage ...
exit 0
# Coverage disabled (see issue #433)
_ cargo install --force cargo-cov
_ cargo cov test
_ cargo cov report