We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0483e0 commit ba534e9Copy full SHA for ba534e9
.travis.yml
@@ -30,7 +30,7 @@ after_success:
30
-Dsonar.organization=$SONAR_ORGANIZATION_KEY \
31
-Dsonar.sources=client_encryption \
32
-Dsonar.tests=tests \
33
- -Dsonar.python.xunit.reportPaths=tests.xml \
+ -Dsonar.python.xunit.reportPath=tests.xml \
34
-Dsonar.python.coverage.reportPaths=coverage.xml \
35
-Dsonar.host.url=$SONAR_URL \
36
-Dsonar.login=$SONAR_TOKEN || echo 'Skipping Sonar Scanner execution'
0 commit comments