Files
NowChessSystems/test
T
Janis b1684ad3bb
Build & Test (NowChessSystems) TeamCity build finished
feat: NCS-13 Implement Threefold Repetition
2026-04-15 09:47:09 +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