Skip to content

Commit ecdf15b

Browse files
opifexopifex
authored andcommitted
sonar coverage with sonar.sources
1 parent 5ef5050 commit ecdf15b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

sonar-project.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ sonar.organization=opifexm
88

99

1010
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
11-
#sonar.sources=.
12-
1311
# TEST coverage
12+
sonar.sources=.
1413
sonar.tests=__tests__
1514
sonar.test.inclusions=**/__tests__/**/*.test.js
1615
sonar.javascript.lcov.reportPaths=coverage/lcov.info
1716
sonar.exclusions=**/__tests__/**,**/__fixtures__/**
18-
sonar.host.url=https://sonarcloud.io
17+
1918

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

0 commit comments

Comments
 (0)