Yes, the problem is still present with the latest 1.0.9 version.
I have some packages excluded from code coverage using the "excludes" parameter of the jacoco-maven-plugin. The HTML page generated by this plugin are correct (the excludes packages are not taken into account). However, the Jenkins plugin take them into account and display a code coverage of 0%.
The configuration for the Jenkins plugin is the standard one:

  • Path to exec files: **/target/jacoco.exec
  • Path to class dir: **/target/classes
    Path to source dir: **/src/main/java
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to