From 48f7d4b1f63cc34aae1e9c0788b4917e5952392d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Tru=C3=A9bano?= Date: Mon, 29 Apr 2024 13:49:35 +0200 Subject: [PATCH] Excluding gatewayservice/monitoring folder as a sonar cloud analysis information source --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 66503f0..2262fa3 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -14,5 +14,5 @@ sonar.projectName=wiq_en3a sonar.coverage.exclusions=**/*.test.js, **/*.test.ts, **/*.test.tsx sonar.sources=webapp/src/components,users,wikidataservice,gatewayservice sonar.sourceEncoding=UTF-8 -sonar.exclusions=node_modules/** +sonar.exclusions=node_modules/**,gatewayservice/monitoring/** sonar.javascript.lcov.reportPaths=**/coverage/lcov.info \ No newline at end of file