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 0f5998b commit 3a44aabCopy full SHA for 3a44aab
.github/workflows/build.yml
@@ -200,7 +200,7 @@ jobs:
200
SONAR_HOST_URL: ${{ fromJSON(steps.secrets.outputs.vault).SONAR_HOST_URL }}
201
SONAR_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).SONAR_TOKEN }}
202
run: |
203
- PULL_REQUEST_SHA=$GIT_SHA1 mvn clean verify sonar:sonar --batch-mode -P-deploy-sonarsource,-release,-sign -Dmaven.deploy.skip=true
+ PULL_REQUEST_SHA=$GIT_SHA1 mvn clean verify sonar:sonar --batch-mode --activate-profiles coverage -Dmaven.deploy.skip=true
204
- name: Build Java Custom Rules Example
205
env:
206
0 commit comments