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

Co-authored-by: shahdlala66 <shahd.lala66@gmail.com>
Reviewed-on: #15
Co-authored-by: Janis <janis.e.20@gmx.de>
Co-committed-by: Janis <janis.e.20@gmx.de>
This commit was merged in pull request #15.
This commit is contained in:
2026-04-02 21:11:21 +02:00
committed by Janis
parent 2d6ead7e47
commit 80518719d5
9 changed files with 478 additions and 114 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ tasks.test {
useJUnitPlatform {
includeEngines("scalatest")
testLogging {
events("passed", "skipped", "failed")
events("skipped", "failed")
}
}
finalizedBy(tasks.reportScoverage)