I have a Sonar profile in Maven. Everything works fine except the code coverage metric. I want to make Sonar ignore some classes only for the code coverage metric. I have th
For jacoco: use this properties:
-Dsonar.jacoco.excludes=**/*View.java