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
+1 -1
View File
@@ -62,7 +62,7 @@ tasks.test {
useJUnitPlatform {
includeEngines("scalatest")
testLogging {
events("passed", "skipped", "failed")
events("skipped", "failed")
}
}
finalizedBy(tasks.reportScoverage)