Skip to content

Commit

Permalink
SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph-Meyer committed Oct 11, 2024
1 parent f6ab32a commit ee4dfd6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/sonarquest-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -f ./sonarQuest-backend/pom.xml -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
-Dsonar.projectKey=${{ matrix.sonar-project-key }} \
-Dsonar.organization=${{ matrix.sonar-organization }} \
-Dsonar.host.url=${{ matrix.sonar-host-url }} \
-Dsonar.sources=src/main/java,src/main/resources/templates \
-Dsonar.coverage.jacoco.xmlReportPaths=../${{ matrix.jacoco-report-dir }}/jacoco.xml
-Dsonar.organization=${{ matrix.sonar-organization }}

frontend:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ee4dfd6

Please sign in to comment.