Skip to content

Releases: jenkinsci/jacoco-plugin

jacoco-3.1.0

13 Nov 12:03
Compare
Choose a tag to compare
  • 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

17 Sep 08:40
Compare
Choose a tag to compare
  • Add LICENSE file
  • JENKINS-58184 - Do not check coverage increase against the configured threshold
  • Bump Ant to 1.9.15

jacoco-3.0.7

22 Jun 17:58
Compare
Choose a tag to compare
  • Do not fail if tests are run without argLine
  • Update dependencies

jacoco-3.0.6

29 May 13:27
Compare
Choose a tag to compare
  • 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

25 Jan 11:13
Compare
Choose a tag to compare
  • 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

04 Nov 10:56
Compare
Choose a tag to compare

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

jacoco-3.0.3

31 Aug 20:21
Compare
Choose a tag to compare
  • 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.2

16 Jun 05:23
Compare
Choose a tag to compare
  • No change upload due to problems with the release-workflow

jacoco-3.0.1

18 Feb 19:22
Compare
Choose a tag to compare
  • No change upload due to problems with the release-workflow

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

jacoco-3.0

18 Feb 19:21
Compare
Choose a tag to compare
  • 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