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

c# - OpenXML hanging while writing elements -

php - regexp cyrillic filename not matches -

java - IntelliJ - No such instance method -