Fixing include/exclude patterns
This commit is contained in:
parent
7c4868e51a
commit
33d8fdca3f
4
cov.sh
4
cov.sh
@ -15,7 +15,7 @@ if ! type kcov > /dev/null; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cargo test --no-run
|
cargo test --no-run || exit 2
|
||||||
mkdir -p target/coverage
|
mkdir -p target/coverage
|
||||||
kcov --verify --skip-solibs target/coverage target/debug/ethcore-*
|
kcov --exclude-pattern ~/.multirust --include-pattern src --verify target/coverage target/debug/ethcore*
|
||||||
xdg-open target/coverage/index.html
|
xdg-open target/coverage/index.html
|
||||||
|
Loading…
Reference in New Issue
Block a user