Skip to content

Commit

Permalink
package spec
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf committed Feb 2, 2016
1 parent b119e2c commit 33499fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if ! type kcov > /dev/null; then
exit 1
fi

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

0 comments on commit 33499fd

Please sign in to comment.