Keep gcno files around to prevent breaking CI builds with a warm target/ cache

This commit is contained in:
Michael Vines 2018-12-18 14:07:42 -08:00 committed by GitHub
parent db8f2d9f07
commit 287e8cefda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ export RUST_BACKTRACE=1
echo "--- remove old coverage results"
if [[ -d target/cov ]]; then
find target/cov -name \*.gcda -print0 | xargs -0 rm -f
find target/cov -name \*.gcno -print0 | xargs -0 rm -f
fi
rm -rf target/cov/$reportName