From be44c3d40721a56170910170d92f2fe3669f085c Mon Sep 17 00:00:00 2001 From: andrii-hryniv Date: Tue, 13 Jun 2023 02:30:51 +0200 Subject: [PATCH] Add Jacoco CC library for maven --- pom.xml | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ab6215445..44b1df7c1 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,10 @@ 0.0.11 0.0.39 + andrii-hryniv + andrii-hryniv_spring-petclinic + https://sonarcloud.io + target/classes @@ -275,7 +279,6 @@ false - @@ -325,6 +328,37 @@ + + coverage + + + + org.jacoco + jacoco-maven-plugin + 0.8.7 + + + prepare-agent + + prepare-agent + + + + report + + report + + + + XML + + + + + + + + css