remove test after running it, and bump cache version (#531)

fix #523
This commit is contained in:
fdb-hiroshima
2019-04-19 15:00:51 +02:00
committed by Baptiste Gelez
parent 68dd8602b2
commit 6bb4f8514f
2 changed files with 24 additions and 23 deletions
+1
View File
@@ -6,5 +6,6 @@ for file in target/debug/*-*[^\.d]; do
filename=$(basename $file)
mkdir -p "target/cov/$filename"
kcov --exclude-pattern=/.cargo,/usr/lib --verify "target/cov/$filename" "$file"
rm $file
fi
done