From 06a454d4ee5069c9265429cd4d319e9e58edeecf Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Tue, 22 Apr 2025 07:53:50 +0200 Subject: [PATCH] Set sonar.test.exclusions in pom.xml Added configuration to exclude test files from Sonar analysis. This ensures that test-related code is not included in the quality inspection metrics. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index a2d1c76..ba7ed4b 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,7 @@ thischwa_CloudflareDNS-java CloudflareDNS-java develop + src/test/java/**/*