From f5c74d2e86807dcbbfdda7af36cdffbc58994883 Mon Sep 17 00:00:00 2001 From: Taufiq Date: Wed, 30 Oct 2024 22:18:32 +0530 Subject: [PATCH] changed path --- .sonarcloud.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 0d9e176a4..563ea5175 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,3 +1,2 @@ #we need to explicitly exclude them as some are commit to the repo -sonar.test.inclusions=apps/generator/test/test-templates/**/*test.js,apps/generator/test/test-project/**/*test.js - +sonar.test.inclusions=apps/generator/test/**/*.test.js