File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 61
61
-Dsonar.organization=endava
62
62
-Dsonar.scm.provider=git
63
63
-Dsonar.sources=src
64
- -Dsonar.tests=src
64
+ -Dsonar.tests=src/__tests__
65
65
-Dsonar.test.inclusions=src/**/*.test*.ts
66
- -Dsonar.junit.reportPaths=.coverage/clover.xml
67
- -Dsonar.typescript.lcov.reportPaths=.coverage/lcov.info
66
+ -Dsonar.javascript.lcov.reportPaths=./coverage/lcov.info
68
67
projectBaseDir : .
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ sonar.projectKey=Endava_climatiq-impactframework-plugin
3
3
sonar.projectVersion =1.0.0
4
4
sonar.scm.provider =git
5
5
sonar.sources =src
6
- sonar.tests =src
6
+ sonar.tests =src/__tests__
7
7
sonar.test.inclusions =src/**/*.test*.ts
8
- sonar.junit.reportPaths =.coverage/clover.xml
9
- sonar.typescript.lcov.reportPaths =.coverage/lcov.info
8
+ sonar.javascript.lcov.reportPaths =./coverage/lcov.info
You can’t perform that action at this time.
0 commit comments