arquillian / arquillian-extension-jacoco

Arquillian Jacoco Extension
28 stars 30 forks source link

Getting Coverage Data from deployments created by Java 17 by updating to JaCoCo 0.8.8 #96

Closed mmusenbr closed 1 year ago

mmusenbr commented 2 years ago

Short description of what this resolves:

Allows creation of code coverage reports on applications compiled against Java 17 by pumping JaCoCo to 0.8.8 (version with official JDK-17 support) and pumping the related asm version to 9.2.

Changes proposed in this pull request:

mmusenbr commented 1 year ago

Is there anything else which I could provide to bring this PR further?

chengfang commented 1 year ago

The travis-ci appears to be stuck. I've tested this PR locally and all passed so I'll merge it.

chengfang commented 1 year ago

Thanks @mmusenbr!