1 parent 81f109e commit 0c7c727Copy full SHA for 0c7c727
1 file changed
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
-Dsonar.organization=nofarb \
97
-Dsonar.javascript.lcov.reportPaths=coverage/lcov.info \
98
-Dsonar.host.url=${{ vars.SONAR_HOST_URL }} \
99
- -Dsonar.coverageReportPaths=coverage/lcov-report/index.html
+ -Dsonar.coverageReportPaths=coverage/lcov-report/lcov-report.xml
100
env:
101
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
102
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
0 commit comments