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.
2 parents eae1642 + c6e606d commit 74f1ba4Copy full SHA for 74f1ba4
.github/workflows/pr-flow.yml
@@ -17,4 +17,4 @@ jobs:
17
run: |
18
cd initial
19
bash ./gradlew -Pbuild_target=SNAPSHOT clean build jacocoTestReport spotlessApply spotbugsMain
20
- bash ./gradlew -Pbuild_target=SNAPSHOT sonarqube showSonarQubeLink --info
+ bash ./gradlew sonarqube -Dsonar.pullrequest.branch=${{ github.head_ref }} -Dsonar.pullrequest.base=${{ github.base_ref }} -Dsonar.pullrequest.key=${{ github.event.number }} showSonarQubeLink --info
0 commit comments