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.0
- 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
jacoco-2.2.1
- JENKINS-43103 Removed dependency on Joda Time
- Added symbol name for better pipeline integration (#83)
- JENKINS-41515 Update Jenkins parent to 1.625.3 to be able to test with current pipeline-plugin
- JENKINS-41515 Adjust dependencies and add some exclusions to remove a number of unnecessary jars from the resulting hpi file
See https://wiki.jenkins-ci.org/display/JENKINS/JaCoCo+Plugin
jacoco-2.2.0
- Configuration: Put checkboxes on top of threshold values in the configuration UI
- New flag to enable/disable display of source files with line coverage highlights (#81)
- Allow to fail the build if coverage degrades to much compared to previous build (#80)
- JENKINS-25076/JENKINS-29117 Report 100% for empty Coverage objects (#79)
- #78/JENKINS-26254 Use BufferedInputStream to read .exec files
- #76 Allow usage of environment variables in threshold fields.
- JENKINS-38604: Limit copying of files to types *.java and *.class
- JENKINS-36571: Update to Java 1.7
- JENKINS-36536: Put a trend graph on the pipeline project page
- JENKINS-32847: Add warning for sub directory filter
- JENKINS-16787: Add shape and center plot for single-build-graphs
See https://wiki.jenkins-ci.org/display/JENKINS/JaCoCo+Plugin
jacoco-2.1.0
- JENKINS-16580: Display more than only line coverage in graph (#50)
- JENKINS-27120: Adding Workflow support for JaCoCo publisher, make JacocoPublisher a SimpleBuildStep (#63), (#66), (#70), (#72), (#73)
- Handle Jenkins publisher case when classes directory is empty (#67)
- JENKINS-32717: Multiple class directories and source directories not parsed if there is a space after comma delimiter (#68)
- Use full precision when comparing coverage to thresholds (#71)
- Expand the inclusion and exclusion inputs (#74)
See https://wiki.jenkins-ci.org/display/JENKINS/JaCoCo+Plugin
Testing support for Pipelines
This is a pre-release to test changes discussed in PR #66, the binary is built based on branch "pr63_manualmerge" and it should be possible to install the jacoco.hpi file in a Jenkins installation via the manual plugin installation.