I do not report any violations that should be reported for Java test files in SonarQube, but I want to analyze and display JUnit and Cobertura code coverage (JUnit reports and code covers are reused and not executed by SonarQube).
How to exclude only test files from violation analysis? I tried to add these parameters to the global exception, but they do not work:
**/test/**
**/Test*.*
thank
source
share