We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4978017 commit 67569efCopy full SHA for 67569ef
.github/workflows/coverage_report.yml
@@ -26,7 +26,7 @@ jobs:
26
-Dsonar.sources=$GITHUB_WORKSPACE
27
-Dsonar.host.url=${{ secrets.SONAR_URL }}
28
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
29
- -Dsonar.tests=test
+ # -Dsonar.tests=test
30
-Dsonar.testExecutionReportPaths=packages/action/test-report.xml
31
-Dsonar.javascript.lcov.reportPaths=coverage/lcov.info
32
-Dsonar.exclusions=packages/action/test/**,packages/action/webpage/**
0 commit comments