feat(analysis): scaffold chess analysis microservice (NCS-71) NCI-10 (#69)
Build & Test (NowChessSystems) TeamCity build finished

NCS-95 NCS-96 NCS-97 NCI-10

---------

Co-authored-by: Janis Eccarius <eccariusjanis@gmail.com>
Reviewed-on: #69
This commit was merged in pull request #69.
This commit is contained in:
2026-06-15 21:40:24 +02:00
parent 0a5a216032
commit 0bdf72bddc
23 changed files with 683 additions and 0 deletions
+4
View File
@@ -53,6 +53,10 @@ val coverageExclusions = listOf(
"**/core/src/main/scala/de/nowchess/chess/resource/GameWebSocketResource.scala",
// Coordinator infrastructure — gRPC, microservice orchestration
"**/coordinator/src/main/scala/**",
// Analysis resource/config — REST integration layer; @QuarkusTest not instrumented by Scoverage
"**/analysis/src/main/scala/de/nowchess/analysis/resource/**",
"**/analysis/src/main/scala/de/nowchess/analysis/config/**",
"**/analysis/src/main/scala/de/nowchess/analysis/error/AnalysisExceptionMapper.scala",
)
// Converts a Sonar-style glob to a scoverage regex (matched against full source path).