JaCoCo a coverage analysis tool.
In Java/Junit, I need to test for null with some object. There are a variety of ways I can …
junit code-coverage bytecode emma jacocoIs there a way to exclude packages from SonarQube(instrumented by gradle + sonar-runner) coverage reports(generated by jacoco) without excluding …
gradle jacoco sonar-runnerI am trying to find dead code on our application by using a code coverage tool (rather a static code …
java intellij-idea code-coverage jacocoI have a requirement to capture the code coverage of my selenium tests to the amount of source code in …
java javascript selenium code-coverage jacocoI've got some code that uses try with resources and in jacoco it's coming up as only half covered. All …
java code-coverage bytecode jacoco try-with-resourcesI am getting Skipping JaCoCo execution due to missing execution data file:/scratch/jenkins/workspace/sonar-test/target/jacoco.exec error …
maven jenkins code-coverage jacocoI'm new to Gradle and Android testing but I've already converted my Android project to build with Gradle. Now I'm …
android testing gradle code-coverage jacocoI am being asked to use Jenkins to test code coverage for a Java Project. The issue is I have …
java jenkins code-coverage cobertura jacocoI am using JaCoCo and it is considering methods generated by Lombok (generated in the bytecode, not trace of them …
jacoco lombok jacoco-maven-plugin