Files
Janis 804a4bf179
Build & Test (NowChessSystems) TeamCity build finished
feat(logging): add DEBUG/INFO/WARN logging across services (NCS-72) (#41)
Reviewed-on: #41
Co-authored-by: Janis <janis.e.20@gmx.de>
Co-committed-by: Janis <janis.e.20@gmx.de>
2026-05-02 17:33:27 +02:00

11 lines
230 B
Bash
Executable File

#! /usr/bin/env bash
set -euo pipefail
./gradlew test -Dquarkus.profile=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