jenkinsci / github-pr-coverage-status-plugin

Nice test coverage icon for your pull requests just from Jenkins

Home Page:https://plugins.jenkins.io/github-pr-coverage-status/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jacoco version 0.8

stuarthendren opened this issue · comments

It would be good to update the jacoco version to get eh improved features it has eg Java 9, Java 10 (0.8.1) and lombok generated support.

Looks like Jacoco Jenkins Plugin uses it as well https://www.jacoco.org/jacoco/trunk/doc/changes.html

@stuarthendren Coverage plugin doesn't depends on Jacoco, instead it uses report generated by Jenkins Jacoco Plugin or plugin from your app maven conf, as result if you want to increase version just update it.