ryanluker / vscode-coverage-gutters

Display test coverage generated by lcov and xml - works with many languages
https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters
MIT License
454 stars 88 forks source link

Update version in pom. Bugfix jacocoAccess #416

Closed xenomorpheus closed 1 year ago

xenomorpheus commented 1 year ago

Fix error: Caused by: java.lang.NoSuchFieldException: $jacocoAccess

Fixes issue: https://github.com/ryanluker/vscode-coverage-gutters/issues/415

xenomorpheus commented 1 year ago

Also seen on stackoverflow https://stackoverflow.com/questions/61140209/error-when-executing-tests-in-java-maven-jacoco-failed-to-execute-goal-org-apac

ryanluker commented 1 year ago

@xenomorpheus Excellent thanks for fixing the java example repo!