Remove SonarCloud integration from project and related configuration files.
Build and Analyse / build-and-analyse (push) Successful in 10m11s

This commit is contained in:
2026-06-25 19:18:21 +02:00
parent 0a401b164c
commit 9f301337b6
3 changed files with 3 additions and 26 deletions
+2 -8
View File
@@ -24,14 +24,8 @@ jobs:
- name: Setup Java and Maven
uses: ./.github/actions/setup-java-maven
- name: Build and analyze with SonarCloud
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
CF_API_TOKEN: ${{ secrets.API_TOKEN }}
run: |
echo "Running SonarCloud analysis..."
mvn -B -DtestClasspath=src/test/ verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=th-schwarz_CloudflareDNS-java
- name: Build and test
run: mvn -B verify
- name: Publish Test Report
uses: ./.github/actions/publish-report/