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

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


> 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 incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revision:

 - Add tycho.testArgLine.local to Jolokia test argLine
 - Merge remote-tracking branch 'upstream/master' into 8219
 - update license header
 - adjust the argline for tycho-maven-plugin
 - 8219: Missing coverage in application reports

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

Changes:
  - all: https://git.openjdk.org/jmc/pull/562/files
  - new: https://git.openjdk.org/jmc/pull/562/files/29b13465..61fb9f65

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jmc&pr=562&range=03
 - incr: https://webrevs.openjdk.org/?repo=jmc&pr=562&range=02-03

  Stats: 1008 lines in 30 files changed: 995 ins; 5 del; 8 mod
  Patch: https://git.openjdk.org/jmc/pull/562.diff
  Fetch: git fetch https://git.openjdk.org/jmc.git pull/562/head:pull/562

PR: https://git.openjdk.org/jmc/pull/562


More information about the jmc-dev mailing list