We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da41887 commit 03158ccCopy full SHA for 03158cc
sonar-project.properties
@@ -1,14 +1,16 @@
1
sonar.projectKey=hexlet-boilerplates_nodejs-package
2
sonar.organization=hexlet-boilerplates
3
+
4
+# NOTE: for cover coverage
5
sonar.clover.reportPaths=coverage/clover.xml
6
+sonar.sources=src
7
8
# This is the name and version displayed in the SonarCloud UI.
9
#sonar.projectName=nodejs-package
10
#sonar.projectVersion=1.0
11
12
13
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
-sonar.sources=src
14
15
# Encoding of the source code. Default is default system encoding
16
#sonar.sourceEncoding=UTF-8
0 commit comments