RFR: 8219: Missing coverage in application reports

Alex Macdonald aptmac at openjdk.org
Fri May 3 16:00:59 UTC 2024


On Fri, 3 May 2024 15:10:53 GMT, Alex Macdonald <aptmac at openjdk.org> wrote:

> This PR fixes (&cleans up) the coverage reports under jmc/application.
> 
> The argLine was being set in a handful of the application test packages without the surefireArgLine that's required to have jacoco run coverage.
> 
> Additionally I've removed a bunch of the feature packages from the report (as there isn't anything to scan), and included missing packages that have been added in the last few years. There were also a handful of versions that needed to be updated as well.
> 
> The Jacoco version in core was bumped to 8.0.10, but the application version stayed at 8.0.7, this has been updated.

Ah right, no surefireargline if it's being run without coverage, so that's tanking the tests.

-------------

PR Comment: https://git.openjdk.org/jmc/pull/562#issuecomment-2093294484


More information about the jmc-dev mailing list