I am using the Github Pull Request analysis feature and my PR keeps failing the Quality Gate.
SonarCloud reports that my __mockdata__ file has too many duplications, even though I have already added sonar.exclusions=**/__mockdata__/* to my sonar-project.properties file to exclude the file. However, the file is still not being excluded.
Can you give an example of a file path you’re trying to exclude? Do the files exist directly under the * mockdata* folder or in further sub-directories (which would require an exclusion like **/__mockdata__/**/*
May I clarify the difference between CI-based analysis and automatic analysis? If my sonarcloud is triggered in Github and I don’t see any github actions for the analysis, can I confirm the analysis is an automatic analysis?