package spec

This commit is contained in:
Nikolay Volf 2016-02-02 03:32:28 -08:00
parent b119e2cbb1
commit 33499fd698
1 changed files with 1 additions and 1 deletions

2
cov.sh
View File

@ -15,7 +15,7 @@ if ! type kcov > /dev/null; then
exit 1
fi
cargo test --no-run || exit $?
cargo test -p ethcore --no-run || exit $?
mkdir -p target/coverage
kcov --exclude-pattern ~/.multirust,rocksdb,secp256k1 --include-pattern src --verify target/coverage target/debug/deps/ethcore*
xdg-open target/coverage/index.html