From 42b08eca5787d190a4ed78818bff14ac31c2992c Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 3 Nov 2022 12:49:38 +0000 Subject: [PATCH] Update sonarqube.yml --- .github/workflows/sonarqube.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: