RFR: 7468: Fix jdp test coverage
    Alex Macdonald 
    aptmac at openjdk.java.net
       
    Fri Dec  3 20:00:41 UTC 2021
    
    
  
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
-------------
Commit messages:
 - 7468: Fix jdp test coverage
Changes: https://git.openjdk.java.net/jmc/pull/340/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jmc&pr=340&range=00
  Issue: https://bugs.openjdk.java.net/browse/JMC-7468
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jmc/pull/340.diff
  Fetch: git fetch https://git.openjdk.java.net/jmc pull/340/head:pull/340
PR: https://git.openjdk.java.net/jmc/pull/340
    
    
More information about the jmc-dev
mailing list