Skip to content

Commit f815107

Browse files
committed
RCB-620: Fix CI and only give sonar a directory name.
1 parent 8d150cd commit f815107

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CI.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def runSonnarForPythonVersion(sourceDir, ver){
1414
}
1515

1616
// Only run Sonar once.
17-
if($ver == 3.11) {
17+
if(ver == 3.11) {
1818
sonarExec="cd /root/ && \
1919
wget -q https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.8.0.2856-linux.zip && \
2020
unzip -q sonar-scanner-cli-4.8.0.2856-linux.zip && \

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ sonar.projectKey=rosette-api-python-binding
22
sonar.sources=rosette
33
sonar.python.coverage.reportPaths=coverage.xml
44
sonar.sources=rosette
5-
sonar.tests=tests/*.py
5+
sonar.tests=tests
66
#sonar.branch.name=RCB-596-pool-size

0 commit comments

Comments
 (0)