Keep gcno files around to prevent breaking CI builds with a warm target/ cache
This commit is contained in:
@ -29,7 +29,6 @@ export RUST_BACKTRACE=1
|
|||||||
echo "--- remove old coverage results"
|
echo "--- remove old coverage results"
|
||||||
if [[ -d target/cov ]]; then
|
if [[ -d target/cov ]]; then
|
||||||
find target/cov -name \*.gcda -print0 | xargs -0 rm -f
|
find target/cov -name \*.gcda -print0 | xargs -0 rm -f
|
||||||
find target/cov -name \*.gcno -print0 | xargs -0 rm -f
|
|
||||||
fi
|
fi
|
||||||
rm -rf target/cov/$reportName
|
rm -rf target/cov/$reportName
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user