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