Skip to content

Commit fe6fd10

Browse files
authored
Update Sonar run command in quality.yaml
Removed coverage profile from Sonar run command.
1 parent acc6191 commit fe6fd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3838
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
39-
run: mvn -B clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Pcoverage
39+
run: mvn -B clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar

0 commit comments

Comments
 (0)