Skip to content

Releases: jenkinsci/jacoco-plugin

jacoco-2.2.1

05 May 21:51
Compare
Choose a tag to compare
  • 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

23 Mar 21:32
Compare
Choose a tag to compare
  • 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

29 Sep 12:44
Compare
Choose a tag to compare
  • 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

08 May 14:44
Compare
Choose a tag to compare
Pre-release

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.