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 fcfcf735a8 - Show all commits

Update .gitea/workflows/build.yml
All checks were successful
Quality Check / Tests (pull_request) Successful in 1m9s
Quality Check / Checkstyle Main (pull_request) Successful in 45s
gitea-sonarqube-bot OK
Build PR / Build and analyze (pull_request) Successful in 1m15s

Jan K9f 2024-09-27 08:44:42 +00:00

View file

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