RFR: 8219: Missing coverage in application reports [v3]

Alex Macdonald aptmac at openjdk.org
Tue Jul 2 14:32:37 UTC 2024


On Thu, 27 Jun 2024 14:30:28 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.
>
> Alex Macdonald has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains three commits:
> 
>  - update license header
>  - adjust the argline for tycho-maven-plugin
>  - 8219: Missing coverage in application reports

Updated the branch to sit on-top of master to pull in the new Jolokia feature. This also required the addition of the `tycho.testArgLine.local` to the argLine used when running the tests so the coverage could be recorded.

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

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


More information about the jmc-dev mailing list