From 1a179c8c4b40b9d278b48da6fce0f84ac479e006 Mon Sep 17 00:00:00 2001 From: Xavier Abad <77491413+masterprog-cmd@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:55:43 +0100 Subject: [PATCH] fix: add new sonar propertie --- sonar-project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/sonar-project.properties b/sonar-project.properties index 0b26cb919..73d2bcc80 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -14,3 +14,4 @@ sonar.organization=internxt # This parameter must be set to the path of the report file produced by your coverage tool. The path can be either absolute or relative to the project root. sonar.coverage.exclusions=cypress/*.cy.ts +sonar.javascript.lcov.reportPaths=./coverage/lcov.info