Jacoco Plugin Versions Save

Jenkins JaCoCo Plugin

jacoco-3.1.1

3 years ago
  • Updated the overall coverage reporting also as a float percentage

jacoco-3.1.0

3 years ago
  • Update to JaCoco 0.8.6 to add support for JDK 15
  • Require minimum Jenkins version 2.164.3
  • Update some other third-party dependencies

jacoco-3.0.8

3 years ago
  • Add LICENSE file
  • JENKINS-58184 - Do not check coverage increase against the configured threshold
  • Bump Ant to 1.9.15

jacoco-3.0.7

3 years ago
  • Do not fail if tests are run without argLine
  • Update dependencies

jacoco-3.0.6

4 years ago
  • Add wiki content to main README
  • Adjust URLs in pom.xml
  • Ignore one test which is depending on the exact version of Java

jacoco-3.0.5

4 years ago
  • Initial support for JDK 11
  • JENKINS-49351: Added runAlways user paramater to allow Jacoco to run even if build FAILED or was ABORTED
  • JENKINS-56918: Adjust default source-includes to include *.groovy, *.kt and *.kts (Kotlin)
  • JENKINS-55166: Replace non-ASCII characters in properties for German and Spanish to not depend on the encoding of file

See also https://wiki.jenkins-ci.org/display/JENKINS/JaCoCo+Plugin

jacoco-3.0.4

5 years ago

See https://wiki.jenkins-ci.org/display/JENKINS/JaCoCo+Plugin

jacoco-3.0.3

5 years ago
  • Update JaCoCo to 0.8.2 to support Java 10 (#99)
  • Update some other plugins
  • JENKINS-43310 add source file inclusions and exclusions (#85 /JENKINS-43310)

jacoco-3.0.1

6 years ago
  • No change upload due to problems with the release-workflow

See https://wiki.jenkins-ci.org/display/JENKINS/JaCoCo+Plugin

jacoco-3.0

6 years ago
  • Use the formatted date instead of the Calendar as the key to get the correct coverage trend per day (#88)
  • Handle build abort (by not catching InterruptedException) (#86)
  • Improve exception handling (#89)
  • Update min Java version to Java 8, update Maven dependencies and plugins (#92)
  • Fix Javadoc warnings (#93)

See https://wiki.jenkins-ci.org/display/JENKINS/JaCoCo+Plugin