diff --git a/Jenkinsfile b/Jenkinsfile index 76a7f8d..d723bc3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" } } }