From 514b64ebdf581d43cbb6003ebb9cebe85faee82b Mon Sep 17 00:00:00 2001 From: aayushRedHat Date: Fri, 5 Jan 2024 11:08:58 +0530 Subject: [PATCH] update sonar properties --- .sonarcloud.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 208c092d7..ff7b9155a 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,2 +1,2 @@ #we need to explicitly exclude them as some are commit to the repo -sonar.exclusions=test/**/* +sonar.exclusions=test/**/* , test/test-project/**/*