Skip to content

Commit afabde2

Browse files
coverage: try deleting old gcda files
1 parent 7abaea5 commit afabde2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/.travis-runner.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ pip install pipenv
1212
# Build outside of the test runner
1313
if [ $CODE_COVERAGE = "true" ]
1414
then
15+
find . -name '*.gcda' -delete
16+
1517
export CARGO_INCREMENTAL=0
1618
export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads"
1719

0 commit comments

Comments
 (0)