Skip to content

Commit

Permalink
ci(sonar): Fix sonar config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstojda committed Jul 26, 2023
1 parent 1526974 commit 9789333
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ sonar.projectKey=alexstojda_pinman
sonar.organization=alexstojda
sonar.projectVersion=0.4.0

sonar.sources=cmd,internal,web
sonar.sources=internal,web,main.go
sonar.go.coverage.reportPaths=reports/go/coverprofile.out
sonar.go.tests.reportPath=reports/go/report.json

sonar.test.inclusions=**/*_test.go,**/*.test.tsx,**/*.test.ts
sonar.test.exclusions=**/generated
sonar.test.exclusions=**/generated,**/mock_*
sonar.coverage.exclusions=**/generated,**/mock_*

sonar.typescript.lcov.reportPaths=reports/ts/coverage/lcov.info
sonar.testExecutionReportPaths=reports/ts/reports/test-report.xml

0 comments on commit 9789333

Please sign in to comment.