From dfa058014d4e2dbd4b96adca615d57be335c305b Mon Sep 17 00:00:00 2001 From: Shubhransh Jagota Date: Thu, 10 Jul 2025 18:30:32 +0530 Subject: [PATCH 1/2] add fixs for sonar coverage --- pom.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/pom.xml b/pom.xml index 69a3a65..26a5711 100644 --- a/pom.xml +++ b/pom.xml @@ -130,10 +130,49 @@ reuseReports java true + 0.8.7 + 3.9.1.2184 + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${maven.sonar.plugin.version} + + + sonar-run + verify + + sonar + + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.maven.plugin.version} + + + initialize + + prepare-agent + + + true + + + + report + prepare-package + + report + + + + com.diffplug.spotless spotless-maven-plugin From 0bf196dabb4e4ec78339249e0153172dc4939fe2 Mon Sep 17 00:00:00 2001 From: Shubhransh Jagota Date: Thu, 10 Jul 2025 18:34:22 +0530 Subject: [PATCH 2/2] update sonar version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 26a5711..db4b6e0 100644 --- a/pom.xml +++ b/pom.xml @@ -131,7 +131,7 @@ java true 0.8.7 - 3.9.1.2184 + 5.1.0.4751