I try to exclude some directories in dynamic modules in Android project but after push Jacoco report in Sonarqube, the files that I want to exclude is appear. Would you mind to check it please.
Can you add -Dsonar.scanner.dumpToFile=[path to file] to your analysis command line? From that we’ll be able to see what parameter values analysis is actually getting.
I’m not sure about :features.:features:landing.sonar.java.target=1.8. But the original question was about exclusions. What are the final values you see for them? Also, can you share your analysis log?
I try to dump the file and I fix sonar config like in file that is dump (change “:features” to :features.:features) Now it can filter the file, thank you.