From 96a4d02c805413b4f8b302f4eb0773dfd4597544 Mon Sep 17 00:00:00 2001 From: Piyush Gupta <56182734+gupta-piyush19@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:16:38 +0530 Subject: [PATCH] fix: Branch test coverage (#4710) --- sonar-project.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index 68ca14c10d..0190684798 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,7 @@ sonar.projectKey=formbricks_formbricks sonar.organization=formbricks -sonar.javascript.lcov.reportPaths=./apps/web/coverage/lcov.info +sonar.javascript.lcov.reportPaths=apps/web/coverage/lcov.info +sonar.sources=apps/web # This is the name and version displayed in the SonarCloud UI. #sonar.projectName=formbricks @@ -8,7 +9,6 @@ sonar.javascript.lcov.reportPaths=./apps/web/coverage/lcov.info # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -#sonar.sources=. # Encoding of the source code. Default is default system encoding -#sonar.sourceEncoding=UTF-8 \ No newline at end of file +#sonar.sourceEncoding=UTF-8