From 8a607492dbf19d27c861e10153c6f1ecdd9ff5ac Mon Sep 17 00:00:00 2001 From: jjgancfer Date: Tue, 27 Feb 2024 11:56:47 +0100 Subject: [PATCH] chore: remove sonar workflows --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 1724fcb1..348eaff3 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -11,7 +11,7 @@ sonar.language=js sonar.projectName=wiq_en2b sonar.coverage.exclusions=**/*.test.js,**/*.test.jsx -sonar.sources=webapp/src/components,users/authservice,users/userservice,gatewayservice +sonar.sources=webapp/src/components sonar.sourceEncoding=UTF-8 sonar.exclusions=node_modules/** sonar.javascript.lcov.reportPaths=**/coverage/lcov.info \ No newline at end of file