Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Releases: jenkinsci/code-coverage-api-plugin

Code Coverage API Plugin 1.1.6

27 Apr 10:10
Compare
Choose a tag to compare

Code Coverage API Plugin 1.1.5

20 Apr 19:43
Compare
Choose a tag to compare

[SECURITY-1699] fix

Code Coverage API Plugin 1.1.4

15 Mar 16:48
Compare
Choose a tag to compare
  • Fix: reduce the error message printed when source file cannot be found (#146) @cizezsy
  • Fix Issue #140: JaCoCo cannot find source files (#142) @bgreen1005
  • JENKINS-60359 - : Use standard breadcrumbs (#141) @afkbrb
  • display name contains "<" and/or ">" ( for example) normally (#139) @afkbrb
  • add additionalProperty to istanbul-cobertura-to-standard.xsl to keep … (#136) @afkbrb

code-coverage-api-1.1.2

16 Dec 10:42
Compare
Choose a tag to compare
  • Improve source file resolving (#131) @cizezsy
  • When calculating link to last coverage data consider both SUCCESS or UNSTABLE (#132) @fedepell
  • Fix small HTML tags errors in painted source code files (#133) @fedepell
  • Avoid thread leak by copying files synchronously (#130) @recampbell