We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de4fdd commit ade707fCopy full SHA for ade707f
sonar-scanner.sh
@@ -7,7 +7,7 @@ sonar_scanner() {
7
-Dsonar.host.url='https://sonarqube.split-internal.com' \
8
-Dsonar.login="$SONAR_TOKEN" \
9
-Dsonar.ws.timeout='300' \
10
- -Dsonar.sources='./src,./vendor' \
+ -Dsonar.sources='./src' \
11
-Dsonar.projectName='php-client' \
12
-Dsonar.exclusions='**/tests/**/*.*' \
13
-Dsonar.links.ci='https://travis-ci.com/splitio/php-client' \
0 commit comments