A maven plug-in which provides the JaCoCo agent to automated tests and allows basic report creation.
I have a maven multi-module project and I'm using jacoco-maven for code coverage reports. Some classes should not be reported, …
maven configuration jacoco jacoco-maven-pluginWe have a Maven multi module project consisting of a parent (HelloWorld) and different children (HelloWorldServices and HelloWorldPresentation) and use …
java maven maven-3 pom.xml jacoco-maven-pluginSeems like there are couple of questions, which are quite old and things changed from Java 8 support of Jacoco. My …
java html report jacoco jacoco-maven-pluginTrying to get coverage via jacoco using offline instrumentation (can't use on-the-fly instrumentation: due to powermock testcases) for a maven …
maven jacoco maven-surefire-plugin jacoco-maven-pluginI am using JaCoCo and it is considering methods generated by Lombok (generated in the bytecode, not trace of them …
jacoco lombok jacoco-maven-pluginI want to use Jacoco in a way so that it excludes a Sample.java class from the overall coverage. …
maven jenkins jacoco cobertura jacoco-maven-pluginI've got a big issue with the integration of JaCoCo maven plugin for the code covering of SonarQube 6.0. I've got …
java maven sonarqube jacoco-maven-pluginI am trying to do a simple JaCoCo report through Maven and I keep getting the same error. Here is …
java maven jacoco jacoco-maven-pluginWith the cobertura-maven-plugin setters and getters can be excluded from code coverage using the ignoreTrivial option. Is there also such …
code-coverage setter getter jacoco jacoco-maven-pluginI am working on sonar code coverage using Jacoco plugin and using power mock mockito combination to write JUnit test …
java powermock instrumentation jacoco-maven-plugin