From 179aff39b9895faeeeb158cb6145113f17a5ace7 Mon Sep 17 00:00:00 2001 From: Andra Blaj Date: Thu, 10 Oct 2024 16:02:36 +0000 Subject: [PATCH] Update sonar config --- .sonarcloud.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 002a1028..e4f28019 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1 +1,7 @@ -sonar.exclusions= \ No newline at end of file +sonar.sources=. +# Can have multiple comma-separated entries +sonar.exclusions=**/tests*/**/* + +sonar.tests=. +# Can have multiple comma-separated entries +sonar.test.inclusions=**/tests*/**/* \ No newline at end of file