test(core): core dependecy to rules

Added Quarkus file into ignore list
This commit is contained in:
LQ63
2026-04-22 09:07:53 +02:00
committed by Janis
parent 9a40054f43
commit 9e9d34ed16
+2
View File
@@ -41,6 +41,8 @@ val coverageExclusions = listOf(
"**/io/src/main/scala/de/nowchess/io/service/resource/IoResource.scala",
// JacksonConfig — Quarkus lifecycle hook, no testable logic beyond ObjectMapper registration
"**/io/src/main/scala/de/nowchess/io/service/config/JacksonConfig.scala",
//RuleSetRestAdapter - Quarkus integration of rule into core, only testable with Quarkus tests
"**/core/src/main/de/nowchess/chess/adapter/RuleSetRestAdapter.scala"
)
// Converts a Sonar-style glob to a scoverage regex (matched against full source path).