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:
Comments
Post a Comment