Skip to content

Commit 4622454

Browse files
sonar fix
1 parent c15eb30 commit 4622454

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ jobs:
4242
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
4343
-Dsonar.projectName=${{ github.event.repository.name }}
4444
-Dsonar.projectKey=${{ github.event.repository.name }}
45-
-Dsonar.exclusions='**/*_test.go,**/vendor/**,**/testdata/*'
46-
-Dsonar.go.coverage.reportPaths=coverage.out
45+
-Dsonar.ruby.coverage.reportPaths='coverage/.resultset.json'
46+
-Dsonar.c.file.suffixes=-
47+
-Dsonar.cpp.file.suffixes=-
48+
-Dsonar.objc.file.suffixes=-
4749
-Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions"
4850
-Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}"
4951
@@ -58,8 +60,10 @@ jobs:
5860
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
5961
-Dsonar.projectName=${{ github.event.repository.name }}
6062
-Dsonar.projectKey=${{ github.event.repository.name }}
61-
-Dsonar.exclusions='**/*_test.go,**/vendor/**,**/testdata/*'
62-
-Dsonar.go.coverage.reportPaths=coverage.out
63+
-Dsonar.ruby.coverage.reportPaths='coverage/.resultset.json'
64+
-Dsonar.c.file.suffixes=-
65+
-Dsonar.cpp.file.suffixes=-
66+
-Dsonar.objc.file.suffixes=-
6367
-Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions"
6468
-Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}"
6569
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)