From 1736b7501f479723bba9fcfa4435e1b55e499d09 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sat, 27 Sep 2025 16:07:03 +0200 Subject: refactor(Player): replace visibility detection calls with dedicated methods (#23025) --- apps/test-framework/run-core-tests.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/test-framework/run-core-tests.sh') diff --git a/apps/test-framework/run-core-tests.sh b/apps/test-framework/run-core-tests.sh index 0f72fd572f..fb558149d7 100644 --- a/apps/test-framework/run-core-tests.sh +++ b/apps/test-framework/run-core-tests.sh @@ -3,6 +3,9 @@ # shellcheck source-path=SCRIPTDIR CURRENT_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +# Clean up gcda files to avoid false positives in coverage reports +find var/build/obj -name '*.gcda' -delete + # shellcheck source=../bash_shared/includes.sh source "$CURRENT_PATH/../bash_shared/includes.sh" -- cgit v1.2.3