Skip to content

Commit

Permalink
Replace cobertura with coverage plugin in plugin installation wizard (#…
Browse files Browse the repository at this point in the history
…8879)

Replace cobertura with coverage plugin.

The coverage plugin combines all coverage tools into a single plugin.
See https://github.com/jenkinsci/coverage-plugin.
  • Loading branch information
uhafner committed Jan 26, 2024
1 parent 27b8a5e commit 4ec1639
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{
"category": "Build Analysis and Reporting",
"plugins": [
{ "name": "cobertura" },
{ "name": "coverage" },
{ "name": "htmlpublisher" },
{ "name": "junit" },
{ "name": "warnings-ng" },
Expand Down

0 comments on commit 4ec1639

Please sign in to comment.