jenkinsci / cobertura-plugin

Jenkins cobertura plugin
https://plugins.jenkins.io/cobertura/
MIT License
109 stars 133 forks source link

Bump io.jenkins.plugins:code-coverage-api from 3.5.0 to 4.99.0 #216

Open dependabot[bot] opened 10 months ago

dependabot[bot] commented 10 months ago

Bumps io.jenkins.plugins:code-coverage-api from 3.5.0 to 4.99.0.

Release notes

Sourced from io.jenkins.plugins:code-coverage-api's releases.

v4.99.0 🎁

🔧 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 🎁

✨ Improvements

📦 Dependency Updates

v4.9.0 🎁

🐛 Bug Fixes

📦 Dependency Updates

v4.8.0 🎁

✨ Improvements

🐛 Bug Fixes

📦 Dependency Updates

... (truncated)

Commits
  • 2127047 [maven-release-plugin] prepare release v4.99.0
  • 30fb9a5 Bump version.
  • e4a970a Merge remote-tracking branch 'origin/master'
  • 03a40f4 Moved all sources to top-level.
  • 8aedf0e Merge pull request #795 from jenkinsci/coverage-plugin-split
  • fd1b6a2 Add dependency to new coverage plugin.
  • 3ebe79c Move all files top-level.
  • 09b7648 Move all other files toplevel.
  • 15a266e Move sources to top-level.
  • 0514f0d Mark the plugin as end-of-life.
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)