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 41a6a33 commit 523439fCopy full SHA for 523439f
.github/workflows/maven.yml
@@ -79,4 +79,4 @@ jobs:
79
- name: Build, test and quality scan
80
env:
81
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
82
- run: mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=hakky54 -Dsonar.host.url=https://sonarcloud.io -Dsonar.login="$SONAR_TOKEN" --no-transfer-progress
+ run: mvn clean verify -Pjacoco org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=hakky54 -Dsonar.host.url=https://sonarcloud.io -Dsonar.login="$SONAR_TOKEN" --no-transfer-progress
0 commit comments