Skip to content

Releases: jenkinsci/code-coverage-api-plugin

v4.99.0 🎁

24 Oct 07:42
Compare
Choose a tag to compare

πŸ”§ Internal Changes

In order to simplify the development process in the future I decided to split the functionality of this plugin into two parts that will be delivered independently by two plugins. The old part with the deprecated step publishCoverage will stay here in this plugin and will only receive security fixes.

The new part with the step recordCoverage has been moved to the separate Coverage Plugin. The new plugin will be the new place where features are implemented and bugs are fixed. The transition for users should be transparent: I added a dependency to the new coverage plugin to the code-coverage-api plugin, so you automatically get both plugins installed. Unless you have jobs that use the publishCoverage step, you can remove the olde and deprecated code-coverage-api plugin.

v4.10.0 🎁

18 Oct 14:32
Compare
Choose a tag to compare

✨ Improvements

πŸ“¦ Dependency Updates

  • Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 (#791) @dependabot
  • Bump org.jenkins-ci.main:jenkins-core from 2.427 to 2.428 (#792) @dependabot
  • Bump org.jenkins-ci.plugins:job-dsl from 1.84 to 1.86 (#790) @dependabot

v4.9.0 🎁

11 Oct 16:01
Compare
Choose a tag to compare

πŸ› Bug Fixes

πŸ“¦ Dependency Updates

  • Bump org.jenkins-ci.main:jenkins-core from 2.426 to 2.427 (#786) @dependabot

v4.8.0 🎁

04 Oct 10:45
Compare
Choose a tag to compare

✨ Improvements

  • Improve reporting of the GitHub checks annotations (#780) @uhafner

πŸ› Bug Fixes

πŸ“¦ Dependency Updates

🚦 Tests

v4.7.0 🎁

04 Jun 14:12
Compare
Choose a tag to compare

πŸš€ New Features

  • Add token macro to extract all values of the CoverageStatistics (#700) @uhafner

πŸ› Bug Fixes

  • Convert delta fractions to percentages when used in quality gates (#703) @uhafner
  • Shorten the names of the tabs (#691) @uhafner
  • A branch coverage of 0/n should be named "No branches covered" (#690) @uhafner

πŸ“ Documentation

  • Add documentation for glob and regex syntaxes (#701) @uhafner
  • Improve documentation for reference builds and source folders (#683) @uhafner

πŸ“¦ Dependency Updates

v4.6.0 🎁

21 May 08:58
Compare
Choose a tag to compare

✨ Improvements

πŸ“¦ Dependency Updates

v4.5.0 🎁

10 May 19:33
Compare
Choose a tag to compare

✨ Improvements

  • Do not show an icon in checks report when the coverage did not change (#665) @uhafner

πŸ› Bug Fixes

  • Use the correct ID of the action when comparing with reference build (#672) @uhafner
  • Provide a fallback if the serialization is broken (#671) @uhafner

πŸ“¦ Dependency Updates

v4.4.0 🎁

28 Apr 14:27
Compare
Choose a tag to compare

✨ Improvements

  • Show details of mutations in checks and source code view (#651) @uhafner

πŸ“¦ Dependency Updates

v4.3.0 🎁

17 Apr 19:34
Compare
Choose a tag to compare

πŸ› Bug Fixes

πŸ“¦ Dependency Updates

v4.2.2 🎁

13 Apr 22:22
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • Move resolving of paths to the beginning of the recorder (#643) @uhafner
  • Fix count of covered lines in summary (#640) @uhafner
  • Handle overflow in fractional numbers gracefully (#638) @uhafner
  • Parse all digits of a branch counter in Cobertura parser (#12) @uhafner

πŸ“¦ Dependency Updates