From 776967ef95510781afa6cbee4ad095c1b67ec866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Guillot?= Date: Thu, 8 Feb 2024 09:53:16 +0100 Subject: [PATCH] Add coverage integration to SonarCloud, using JaCoCo XML reports --- apps/api/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/build.gradle.kts b/apps/api/build.gradle.kts index 04a27af5..87640cd5 100644 --- a/apps/api/build.gradle.kts +++ b/apps/api/build.gradle.kts @@ -48,6 +48,7 @@ dependencies { testImplementation("io.quarkus:quarkus-junit5") testImplementation("io.quarkus:quarkus-test-hibernate-reactive-panache") testImplementation("io.rest-assured:rest-assured") + testImplementation("io.quarkus:quarkus-jacoco") } group = "org.nxcloudce"