|
42 | 42 | -Dsonar.host.url=${{ secrets.SONARQUBE_HOST }} |
43 | 43 | -Dsonar.projectName=${{ github.event.repository.name }} |
44 | 44 | -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=- |
47 | 49 | -Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions" |
48 | 50 | -Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}" |
49 | 51 |
|
|
58 | 60 | -Dsonar.host.url=${{ secrets.SONARQUBE_HOST }} |
59 | 61 | -Dsonar.projectName=${{ github.event.repository.name }} |
60 | 62 | -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=- |
63 | 67 | -Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions" |
64 | 68 | -Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}" |
65 | 69 | -Dsonar.pullrequest.key=${{ github.event.pull_request.number }} |
|
0 commit comments