From f494e5bacc1bbc1290ebb3a27a15908037660087 Mon Sep 17 00:00:00 2001 From: Antonio Quijano Date: Tue, 7 May 2024 10:45:48 +0200 Subject: [PATCH] Update sonar config --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 4c45642..ef98410 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -4,5 +4,5 @@ sonar.organization=isdi-coders-2023 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=./src sonar.test.inclusions=./src/**/**/*.test.*, ./src/**/**/*.spec.* -sonar.javascript.lcov.reportPaths=../coverage/lcov.info +sonar.javascript.lcov.reportPaths=coverage/lcov.info sonar.coverage.exclusions=src/index.ts, src/app.ts, src/**/*.test.*, src/**/*routing.*, src/main.ts, src/**/*.spec, src/model/**, src/entities/album.entities.schema.ts, src/entities/purchase.entities.schema.ts, src/controllers/users.controllers.ts