We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef5050 commit ecdf15bCopy full SHA for ecdf15b
1 file changed
sonar-project.properties
@@ -8,14 +8,13 @@ sonar.organization=opifexm
8
9
10
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
11
-#sonar.sources=.
12
-
13
# TEST coverage
+sonar.sources=.
14
sonar.tests=__tests__
15
sonar.test.inclusions=**/__tests__/**/*.test.js
16
sonar.javascript.lcov.reportPaths=coverage/lcov.info
17
sonar.exclusions=**/__tests__/**,**/__fixtures__/**
18
-sonar.host.url=https://sonarcloud.io
+
19
20
# Encoding of the source code. Default is default system encoding
21
#sonar.sourceEncoding=UTF-8
0 commit comments