We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624b8a2 commit 72519a0Copy full SHA for 72519a0
.github/workflows/sonarcloud.yml
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
coverage=$(find coverage -type f -name '*lcov.info' -printf '%h/%f,' | tr -d '\r\n' | sed 's/,$//g')
72
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')
+ reports=$(find coverage -type f -name '*sonar-report*.xml' -printf '%h/%f,' | tr -d '\r\n' | sed 's/,$//g')
74
echo "sonar.testExecutionReportPaths=$reports" >> sonar-project.properties
75
76
- name: "🩻 SonarCloud Scan"
0 commit comments