java - How to turn off code coverage in SonarQube 4? -


how turn off code coverage in sonarqube 4? have jmockit usage in unit tests , jacoco code coverage plugin in sonar. conflict because use different javaagents edit bytecode of classes (as know). want switch off code coverage in sonar. can exclude project in settings of jacoco, doesn't help.

i recommend following paragraph "ignore code coverage" in documentation:

http://docs.sonarqube.org/display/sonar/narrowing+the+focus


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -