From 33499fd6984dbcc14e68f19f5b64d7732a3f0a4f Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Tue, 2 Feb 2016 03:32:28 -0800 Subject: [PATCH] package spec --- cov.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cov.sh b/cov.sh index 6936d25be..a78e36205 100755 --- a/cov.sh +++ b/cov.sh @@ -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