Skip to content

Commit 5b0420c

Browse files
author
Manuel
committed
build(sonar): Remove path to file again #2
1 parent eb88ea7 commit 5b0420c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/sonarqube-deploy-action.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
id: sonarqube-quality-gate-check
4242
uses: SonarSource/sonarqube-quality-gate-action@v1.2.0
4343
with:
44-
scanMetadataReportFile: target/site/jacoco-merged-test-coverage-report/jacoco.xml
4544
pollingTimeoutSec: 120
4645
env:
4746
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
48-
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
47+
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)