Skip to content

Commit 03158cc

Browse files
committed
use note
1 parent da41887 commit 03158cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sonar-project.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
sonar.projectKey=hexlet-boilerplates_nodejs-package
22
sonar.organization=hexlet-boilerplates
3+
4+
# NOTE: for cover coverage
35
sonar.clover.reportPaths=coverage/clover.xml
6+
sonar.sources=src
47

58
# This is the name and version displayed in the SonarCloud UI.
69
#sonar.projectName=nodejs-package
710
#sonar.projectVersion=1.0
811

912

1013
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
11-
sonar.sources=src
1214

1315
# Encoding of the source code. Default is default system encoding
1416
#sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)