File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 62
62
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
63
63
-Dsonar.projectName=${{ github.event.repository.name }}
64
64
-Dsonar.projectKey=${{ github.event.repository.name }}
65
- -Dsonar.sources="${{ github.workspace }}/src"
66
65
-Dsonar.exclusions='**/tests/**/*.*'
67
66
-Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions"
68
67
-Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}"
78
77
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
79
78
-Dsonar.projectName=${{ github.event.repository.name }}
80
79
-Dsonar.projectKey=${{ github.event.repository.name }}
81
- -Dsonar.sources="${{ github.workspace }}/src"
82
80
-Dsonar.exclusions='**/tests/**/*.*'
83
81
-Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions"
84
82
-Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}"
You can’t perform that action at this time.
0 commit comments