Vérifier la bonne configuration de path comme :
Voir à quoi correspondent toutes ces properties :
# Path to sources
#sonar.sources=.
#sonar.exclusions=
#sonar.inclusions=
# Path to tests
#sonar.tests=
#sonar.test.exclusions=
#sonar.test.inclusions=
# Source encoding
#sonar.sourceEncoding=UTF-8
# Exclusions for copy-paste detection
#sonar.cpd.exclusions=
https://community.sonarsource.com/t/run-sonarcloud-via-github-actions/13848/6
https://github.com/SonarSource/sonar-scanning-examples/tree/master/sonarqube-scanner-maven/maven-basic
https://github.com/SonarSource/sonarcloud-github-action
https://github.com/simonbrandhof/sonarcloud-github-action-sample/tree/maven
https://sonarcloud.io/documentation/analysis/scan/sonarscanner-for-maven/
https://dev.to/remast/go-for-sonarcloud-with-github-actions-3pmn
Vérifier la bonne configuration de path comme :
sonar.junit.reportPaths
sonar.coverage.jacoco.xmlReportPaths (cf https://community.sonarsource.com/t/coverage-test-data-importing-jacoco-coverage-report-in-xml-format/12151)
Voir à quoi correspondent toutes ces properties :