Skip to content

Conversation

xzel23
Copy link
Collaborator

@xzel23 xzel23 commented Aug 3, 2025

sonar should also run when pull requests are merged.

@svanteschubert since I do not have access to the settings in Git, do you know if the configuration described in #386 has been done? We only need the secrets.SONAR_TOKEN and change the sonar credentials in Maven.yml:

      - name: Build and analyze
        env:
          SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
        run: >
          mvn -B verify
          -Dsonar.host.url=https://sonarcloud.io
          -Dsonar.projectKey=<FILL IN>
          -Dsonar.organization=<FILL_IN>
          -Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco-ut/jacoco.xml
          org.sonarsource.scanner.maven:sonar-maven-plugin:sonar

If you cannot change the settings and update the configuration, can you tell me who I should contact?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant