excluded test code from coverage

This commit is contained in:
Nikolay Volf 2016-02-05 02:01:29 +03:00
parent 51b41a7080
commit 0c90b75c67
1 changed files with 1 additions and 1 deletions

View File

@ -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