This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
Releases: jenkinsci/jacoco-plugin
Releases · jenkinsci/jacoco-plugin
jacoco-3.1.1
- Updated the overall coverage reporting also as a float percentage
jacoco-3.1.0
- 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
- Add LICENSE file
- JENKINS-58184 - Do not check coverage increase against the configured threshold
- Bump Ant to 1.9.15
jacoco-3.0.7
- Do not fail if tests are run without argLine
- Update dependencies
jacoco-3.0.6
- 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
- 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
- PR #100/PR
#102/JENKINS-49823 - Ignore non existing class directory - PR #101 - Add Branch Coverage Column
See https://wiki.jenkins-ci.org/display/JENKINS/JaCoCo+Plugin
jacoco-3.0.3
- 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
- No change upload due to problems with the release-workflow
jacoco-3.0.1
- No change upload due to problems with the release-workflow
See https://wiki.jenkins-ci.org/display/JENKINS/JaCoCo+Plugin