filter out util/core

This commit is contained in:
Nikolay Volf 2016-02-04 21:09:32 +03:00
parent fcf9366eb8
commit e27081fe66

View File

@ -5,5 +5,5 @@ fi
cargo test --no-run || exit $?
mkdir -p target/coverage
kcov --exclude-pattern ~/.multirust,rocksdb,secp256k1 --include-pattern src --verify target/coverage target/debug/ethsync*
kcov --exclude-pattern ~/.multirust,rocksdb,secp256k1 --include-pattern sync/src --verify target/coverage target/debug/ethsync*
xdg-open target/coverage/index.html