Skip to content

Commit 66cc4da

Browse files
authored
Merge pull request #11 from Endava/feature/add-sonar-coverage-support
Added sonar project file
2 parents ee73f20 + 39576f3 commit 66cc4da

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sonar-project.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
sonar.organization=endava
2+
sonar.projectKey=Endava_climatiq-impactframework-plugin
3+
sonar.projectVersion=1.0.0
4+
sonar.scm.provider=git
5+
sonar.sources=src
6+
sonar.tests=src
7+
sonar.test.inclusions=src/**/*.test*.ts
8+
sonar.junit.reportPaths=.coverage/clover.xml
9+
sonar.typescript.lcov.reportPaths=.coverage/lcov.info

0 commit comments

Comments
 (0)