-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Any
I am trying to migrate from JaCoCo plugin to coverage plugin, because JaCoCo plugin is now end-of-life.
However, I am running into a configuration issue.
I was using the following to configure JaCoCo:
jacoco execPattern: '**/target/jacoco*.exec', classPattern: '**/target/classes-jacoco', sourcePattern: '**/src/main/java', exclusionPattern: '**/src/test/java',
The classPattern is missing in the coverage plugin so I can't generate the reports correctly.