About 50 results
Open links in new tab
  1. How to make Maven unit test code coverage work - Stack Overflow

    Mar 24, 2016 · In Eclipse, I have used EcLEmma to see the unit test code coverage. Which worked fine. Therefore I have tried to use the JaCoCo plugin for Maven to see the same report …

  2. Generating a JaCoCo code coverage report with Maven

    Apr 17, 2019 · 5 I don't understand, I try to generate code coverage report with JaCoCo and Maven, the simplest. I have the following plugin in my pom.xml :

  3. Jacoco Maven multi module project coverage - Stack Overflow

    Oct 12, 2015 · Explore how to achieve code coverage in a multi-module Maven project using Jacoco, with solutions and troubleshooting tips from the developer community.

  4. How to get test coverage percentage for java maven based …

    Aug 8, 2019 · I have a Java program based on maven and for that I need to know the test coverage percentage. For testing, I am using testng. I can already run the tests using …

  5. maven - What current code coverage tools for Java can show …

    Apr 13, 2020 · There are many code coverage tools that reached the end of life which makes looking up tools a bit difficult. I'm wondering if anyone has experience with a tool that can …

  6. How to configure multi-module Maven + Sonar - Stack Overflow

    That's not right, jacoco maven plugin can collect unit test data and some integration tests data (see Arquillian Jacoco), but if you have for example rest assured tests as a separated build in …

  7. Code coverage report using gitlab-ci.yml file - Stack Overflow

    Dec 30, 2017 · I need to see code coverage report for a java maven project in Gitlab. According to this, this and some other sources: I added jacoco to the list of plugins in pom.xml. Added …

  8. Maven Jacoco Configuration - Exclude classes/packages from …

    I have a maven multi-module project and I'm using jacoco-maven for code coverage reports. Some classes should not be reported, as they're Spring configuration and I'm not interested in …

  9. testing - How to check minimum code coverage for multi-module …

    Aug 5, 2016 · 11 I want to use jacoco maven plugin for checking minimum level of code coverage during build process using 'check' goal. For one-module project everything works fine. But for …

  10. maven - Gitlab 17.4 JaCoCo coverage report - Stack Overflow

    Feb 11, 2025 · We would like to see the visual of the Jacoco code coverage report in gitlab. This question is not about cobertura. It seems the feature of displaying Jacoco coverage is now …