Skip to content

Commit

Permalink
Free up space in the coverage workflow.
Browse files Browse the repository at this point in the history
Change-Id: I9020905dc106a8c3b33da4ae6c7f479f5468bfb7
  • Loading branch information
mint570 committed Aug 5, 2022
1 parent ded42a4 commit f218f8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/gcov_support.sh
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ gcov_support_generate_report()
pushd common_work
find . -name "*.gcda" -o -name "*.gz" -o -name "*.info" | xargs rm -rf
popd
rm -rf ${container_id}
done < container_dir_list

# generate report with code
Expand Down

0 comments on commit f218f8b

Please sign in to comment.