From a9e19f4bf6abb8190262a9bd68163a3593ade19a Mon Sep 17 00:00:00 2001 From: Ibrahim BinAlshikh Date: Mon, 23 Dec 2024 23:00:29 +0300 Subject: [PATCH] Update sonar-project.properties --- sonar-project.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index e2b40b6..ff0e115 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -4,8 +4,8 @@ sonar.organization=webfiori # This is the name and version displayed in the SonarCloud UI. sonar.projectName=collections sonar.projectVersion=1.0 - -sonar.exclusions=tests/** clover.xml +sonar.source=webfiori/** +sonar.test.exclusions=tests/** sonar.php.coverage.reportPaths=clover.xml # Encoding of the source code. Default is default system encoding sonar.sourceEncoding=UTF-8 \ No newline at end of file