fix: set PYTHONUTF8 environment variable for coverage scripts (#16)
Build & Test (NowChessSystems) TeamCity build finished

Reviewed-on: #16
Co-authored-by: Janis <janis.e.20@gmx.de>
Co-committed-by: Janis <janis.e.20@gmx.de>
This commit was merged in pull request #16.
This commit is contained in:
2026-04-03 11:03:02 +02:00
committed by Janis
parent 45013c87a9
commit 1b9eb471de
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ set -euo pipefail
./gradlew test
if [ "$#" -eq 0 ]; then
python3 jacoco-reporter/test_gaps.py
PYTHONUTF8=1 python3 jacoco-reporter/test_gaps.py
else
python3 jacoco-reporter/test_gaps.py --module "$1"
PYTHONUTF8=1 python3 jacoco-reporter/test_gaps.py --module "$1"
fi