We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb88ea7 commit 5b0420cCopy full SHA for 5b0420c
1 file changed
.github/workflows/sonarqube-deploy-action.yaml
@@ -41,8 +41,7 @@ jobs:
41
id: sonarqube-quality-gate-check
42
uses: SonarSource/sonarqube-quality-gate-action@v1.2.0
43
with:
44
- scanMetadataReportFile: target/site/jacoco-merged-test-coverage-report/jacoco.xml
45
pollingTimeoutSec: 120
46
env:
47
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
48
- SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
+ SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
0 commit comments