diff --git a/scripts/cov.sh b/scripts/cov.sh index bd733703c..80fe045ca 100755 --- a/scripts/cov.sh +++ b/scripts/cov.sh @@ -12,7 +12,7 @@ ### Running coverage set -x -RUSTFLAGS="-C link-dead-code" cargo test --all --exclude evmjit --no-run || exit $? +cargo test --all --exclude evmjit --no-run || exit $? KCOV_TARGET="target/cov" KCOV_FLAGS="--verify" EXCLUDE="/usr/lib,/usr/include,$HOME/.cargo,$HOME/.multirust,rocksdb,secp256k1"