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 1e5adbb commit cc76edcCopy full SHA for cc76edc
sonar-scanner.sh
@@ -10,7 +10,7 @@ sonar_scanner() {
10
-Dsonar.sources='splitio' \
11
-Dsonar.projectName='python-client' \
12
-Dsonar.projectKey='python-client' \
13
- _Dsonar.python.coverage.reportPaths='coverage.xml' \
+ -Dsonar.python.coverage.reportPaths='coverage.xml' \
14
-Dsonar.links.ci='https://travis-ci.com/splitio/python-client' \
15
-Dsonar.links.scm='https://github.com/splitio/python-client' \
16
${params}
0 commit comments