We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc6191 commit fe6fd10Copy full SHA for fe6fd10
.github/workflows/quality.yaml
@@ -36,4 +36,4 @@ jobs:
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
38
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
39
- run: mvn -B clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Pcoverage
+ run: mvn -B clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
0 commit comments