mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 16:16:21 -06:00
fix: Branch test coverage (#4710)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user