Skip to content

Commit c5203a4

Browse files
committed
Remove .gcno files before a coverage run
1 parent 5ef8220 commit c5203a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/.travis-runner.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pip install pipenv
1313
if [ $CODE_COVERAGE = "true" ]
1414
then
1515
find . -name '*.gcda' -delete
16+
find . -name '*.gcno' -delete
1617

1718
export CARGO_INCREMENTAL=0
1819
export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads"

0 commit comments

Comments
 (0)