Files
NowChessSystems/test
T
shahdlala66 b90da27103
Build & Test (NowChessSystems) TeamCity build failed
test: reduced tests
2026-04-15 00:32:43 +02:00

11 lines
207 B
Bash
Executable File

#! /usr/bin/env bash
set -euo pipefail
./gradlew test
if [ "$#" -eq 0 ]; then
PYTHONUTF8=1 python3 jacoco-reporter/test_gaps.py
else
PYTHONUTF8=1 python3 jacoco-reporter/test_gaps.py --module "$1"
fi