remove redundant modification
This commit is contained in:
parent
5dfc3d2849
commit
771fbcbd27
@ -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/ethcore_util*
|
||||
kcov --exclude-pattern ~/.multirust,rocksdb,secp256k1 --include-pattern src --verify target/coverage target/debug/ethcore_util*
|
||||
xdg-open target/coverage/index.html
|
||||
|
Loading…
Reference in New Issue
Block a user