RFR: 7468: Fix jdp test coverage
Marcus Hirt
hirt at openjdk.java.net
Sun Dec 5 13:43:19 UTC 2021
On Fri, 3 Dec 2021 19:52:34 GMT, Alex Macdonald <aptmac at openjdk.org> wrote:
> This PR addresses JMC-7468 [[0]](https://bugs.openjdk.java.net/browse/JMC-7468), in which the jdp test coverage is not added to the core coverage report.
>
> The one-liner fix here is to make sure the argLine used by Jacoco is not overwritten by the surefire-plugin in the jdp.test pom.
>
> Before (0%):
> 
>
> After (60%):
> 
>
> [0] https://bugs.openjdk.java.net/browse/JMC-7468
Marked as reviewed by hirt (Lead).
-------------
PR: https://git.openjdk.java.net/jmc/pull/340
More information about the jmc-dev
mailing list