Skip to content

Commit

Permalink
Merge pull request #13 from Endava/feature/add-sonar-coverage-support
Browse files Browse the repository at this point in the history
Updated sonar properties
  • Loading branch information
jcendava authored Jun 7, 2024
2 parents 814e525 + 53cff86 commit f6adf2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
-Dsonar.organization=endava
-Dsonar.scm.provider=git
-Dsonar.sources=src
-Dsonar.tests=src
-Dsonar.tests=src/__tests__
-Dsonar.test.inclusions=src/**/*.test*.ts
-Dsonar.junit.reportPaths=.coverage/clover.xml
-Dsonar.typescript.lcov.reportPaths=.coverage/lcov.info
-Dsonar.javascript.lcov.reportPaths=./coverage/lcov.info
projectBaseDir: .
5 changes: 2 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sonar.projectKey=Endava_climatiq-impactframework-plugin
sonar.projectVersion=1.0.0
sonar.scm.provider=git
sonar.sources=src
sonar.tests=src
sonar.tests=src/__tests__
sonar.test.inclusions=src/**/*.test*.ts
sonar.junit.reportPaths=.coverage/clover.xml
sonar.typescript.lcov.reportPaths=.coverage/lcov.info
sonar.javascript.lcov.reportPaths=./coverage/lcov.info

0 comments on commit f6adf2a

Please sign in to comment.