The last analysis has failed AY1aVlzzF9OqC7VQAFMp

GitHub repo runs SonarCloud analysis automatically as part of the PR review process.
SonarCloud Analysis automatic code analysis checks started failing today for certain GitHub projects, but we didn’t change anything.

Hi @umbertogriffo

I investigated the failed analysis ID you provided and here is the error I found:

ERROR: Wildcards ** and * are not supported in “sonar.sources” and “sonar.tests” properties. “sonar.sources” and “sonar.tests” properties support only comma separated list of directories. Use “sonar.exclusions/sonar.inclusions” and “sonar.test.exclusions/sonar.test.inclusions” to further filter files in “sonar.sources” and “sonar.tests” respectively. Please refer to SonarCloud documentation for more details.

Hence you may want to check if you have a sonar-project.properties file containing definitions contrary to the above requirements. See: Automatic analysis & SonarCloud

Thanks

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.