summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2025-09-27 16:07:03 +0200
committerGitHub <noreply@github.com>2025-09-27 16:07:03 +0200
commit1736b7501f479723bba9fcfa4435e1b55e499d09 (patch)
tree6a4cb9f95b7b283969c98ffa569490796056a401 /apps
parentb950c610d4e41ee6bbfc9476020546548c20100d (diff)
refactor(Player): replace visibility detection calls with dedicated methods (#23025)
Diffstat (limited to 'apps')
-rw-r--r--apps/test-framework/run-core-tests.sh3
1 files changed, 3 insertions, 0 deletions
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"