From 0c90b75c67f618aa48c6cf426ee26672ba62fcc0 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Fri, 5 Feb 2016 02:01:29 +0300 Subject: [PATCH] excluded test code from coverage --- sync/cov.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/cov.sh b/sync/cov.sh index c19dd5689..5e95542fa 100755 --- a/sync/cov.sh +++ b/sync/cov.sh @@ -5,5 +5,5 @@ fi cargo test --no-run || exit $? mkdir -p target/coverage -kcov --exclude-pattern ~/.multirust,rocksdb,secp256k1 --include-pattern sync/src --verify target/coverage target/debug/ethsync* +kcov --exclude-pattern ~/.multirust,rocksdb,secp256k1,sync/src/tests --include-pattern sync/src --verify target/coverage target/debug/ethsync* xdg-open target/coverage/index.html