feat: SonarQube PR analysis #21

Merged
jank merged 12 commits from testing into main 2024-09-27 09:11:11 +00:00
Showing only changes of commit 6ec7db75d8 - Show all commits

Update .gitea/workflows/build.yml
Some checks failed
Quality Check / Tests (pull_request) Successful in 1m10s
Build / Build and analyze (pull_request) Failing after 1m48s
Quality Check / Checkstyle Main (pull_request) Successful in 45s

Jan K9f 2024-09-26 10:41:47 +00:00

View file

@ -40,4 +40,4 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
run: ./gradlew build sonar --info
run: ./gradlew build sonar --info -Dsonar.pullrequest.key=${{ github.event.number }}