Skip to content

Commit 67569ef

Browse files
authored
fix coverage_report.yml workflow
1 parent 4978017 commit 67569ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
-Dsonar.sources=$GITHUB_WORKSPACE
2727
-Dsonar.host.url=${{ secrets.SONAR_URL }}
2828
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
29-
-Dsonar.tests=test
29+
# -Dsonar.tests=test
3030
-Dsonar.testExecutionReportPaths=packages/action/test-report.xml
3131
-Dsonar.javascript.lcov.reportPaths=coverage/lcov.info
3232
-Dsonar.exclusions=packages/action/test/**,packages/action/webpage/**

0 commit comments

Comments
 (0)