Skip to content

Commit 72519a0

Browse files
authored
Make sonarcloud.yml more reusable (#4681)
Signed-off-by: Michael Telatynski <[email protected]>
1 parent 624b8a2 commit 72519a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
coverage=$(find coverage -type f -name '*lcov.info' -printf '%h/%f,' | tr -d '\r\n' | sed 's/,$//g')
7272
echo "sonar.javascript.lcov.reportPaths=$coverage" >> sonar-project.properties
73-
reports=$(find coverage -type f -name 'jest-sonar-report*.xml' -printf '%h/%f,' | tr -d '\r\n' | sed 's/,$//g')
73+
reports=$(find coverage -type f -name '*sonar-report*.xml' -printf '%h/%f,' | tr -d '\r\n' | sed 's/,$//g')
7474
echo "sonar.testExecutionReportPaths=$reports" >> sonar-project.properties
7575
7676
- name: "🩻 SonarCloud Scan"

0 commit comments

Comments
 (0)