File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ after_success:
2828 -Dsonar.projectName=$SONAR_PROJECT_NAME \
2929 -Dsonar.projectKey=$SONAR_PROJECT_KEY \
3030 -Dsonar.organization=$SONAR_ORGANIZATION_KEY \
31- -Dsonar.sources=./ client_encryption \
32- -Dsonar.tests=./ tests \
33- -Dsonar.testExecutionReportPaths =tests.xml \
31+ -Dsonar.sources=client_encryption \
32+ -Dsonar.tests=tests \
33+ -Dsonar.python.xunit.reportPaths =tests.xml \
3434 -Dsonar.python.coverage.reportPaths=coverage.xml \
3535 -Dsonar.host.url=$SONAR_URL \
3636 -Dsonar.login=$SONAR_TOKEN || echo 'Skipping Sonar Scanner execution'
Original file line number Diff line number Diff line change @@ -2,4 +2,3 @@ pycryptodome==3.8.1
22pyOpenSSL == 19.0.0
33setuptools >= 39.0.1
44coverage >= 4.5.3
5- pytest >= 4.5.0
You can’t perform that action at this time.
0 commit comments