feat(backcore): Quarkus tests

Added quarkus test compatability with sonar through jacoco reporter
This commit is contained in:
LQ63
2026-04-13 16:57:33 +02:00
parent acddd58ad3
commit 2c4d96e373
5 changed files with 28 additions and 3 deletions
@@ -1,3 +1,6 @@
quarkus:
http:
port: 8080
jacoco:
data-file: ${user.dir}/build/jacoco-quarkus.exec
report: false