diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index ada26478b..6699dde32 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -30,7 +30,7 @@ jobs: run: | coverage=$(find coverage -type f -name '*lcov.info' -printf "%p,") echo "{reportPaths}={$coverage}" >> $GITHUB_OUTPUT - testResults=$(find coverage -type f -name '*test-result.xml' -printf "%p,") + testResults=$(find coverage -type f -name '*test-report.xml' -printf "%p,") echo "{testExecutionReportPaths}={$testResults}" >> $GITHUB_OUTPUT sonarqube: