Skip to content

Commit dfbfd0f

Browse files
Update sonarqube config
1 parent 3d14473 commit dfbfd0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sonar-project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sonar.sources=src
55
sonar.exclusions=coverage/**, build/**, sonar-scanner-3.2.0.1227-linux/**, node_modules/**
66
sonar.coverage.exclusions=coverage/**, build/**, jest.config.js
77
sonar.tests=test
8-
sonar.testExecutionReportPaths=reports/test-report.xml
8+
# sonar.testExecutionReportPaths=reports/test-report.xml
99
sonar.test.inclusions=**/*test*/**
1010
sonar.exclusions=**/*test*/**
11-
sonar.javascript.lcov.reportPaths=coverage/lcov.info
11+
# sonar.javascript.lcov.reportPaths=coverage/lcov.info

0 commit comments

Comments
 (0)