feat: NCS-21 Write Scripts to automate certain tasks
Build & Test (NowChessSystems) TeamCity build finished

This commit is contained in:
2026-04-02 21:05:20 +02:00
parent 136b586553
commit 8cb9f9b175
9 changed files with 478 additions and 114 deletions
+10
View File
@@ -0,0 +1,10 @@
#! /usr/bin/env bash
set -euo pipefail
./gradlew test
if [ "$#" -eq 0 ]; then
python3 jacoco-reporter/scoverage_coverage_gaps.py
else
python3 jacoco-reporter/scoverage_coverage_gaps.py "modules/$1/build/reports/scoverageTest/scoverage.xml"
fi