refactor(Player): replace visibility detection calls with dedicated methods (#23025)

This commit is contained in:
Yehonal
2025-09-27 16:07:03 +02:00
committed by GitHub
parent b950c610d4
commit 1736b7501f
3 changed files with 225 additions and 4 deletions

View File

@@ -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"