ci: added sonarqube coverage location & test location
Some checks failed
Anthrove/Otter-Space-SDK/pipeline/head There was a failure building this commit

This commit is contained in:
SoXX 2024-07-19 11:40:01 +02:00
parent e3b78ebaf3
commit c89a43d447

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
script {
def scannerHome = tool 'SonarScanner'
withSonarQubeEnv() {
sh "${scannerHome}/bin/sonar-scanner"
sh "${scannerHome}/bin/sonar-scanner -Dsonar.coverageReportPaths=coverage.out -Dsonar.testExecutionReportPaths=test-report.out"
}
}
}