Files
NowChessSystems/test
T
Janis 8cb9f9b175
Build & Test (NowChessSystems) TeamCity build finished
feat: NCS-21 Write Scripts to automate certain tasks
2026-04-02 21:05:20 +02:00

11 lines
181 B
Bash

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