fix: Branch test coverage (#4710)

This commit is contained in:
Piyush Gupta
2025-02-05 15:16:38 +05:30
committed by GitHub
parent bb6df783ab
commit 96a4d02c80

View File

@@ -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
#sonar.sourceEncoding=UTF-8