Skip to content

Commit

Permalink
Add Coverage Badges Extension to the managed set (#4017)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Nov 24, 2024
1 parent 5ba870b commit b67300e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,11 @@
<artifactId>coverage</artifactId>
<version>1.16.1</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>coverage-badges-extension</artifactId>
<version>127.v8f212c1db_3b_9</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>custom-folder-icon</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,11 @@
<artifactId>coverage</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>coverage-badges-extension</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>custom-folder-icon</artifactId>
Expand Down Expand Up @@ -661,11 +666,6 @@
<artifactId>email-ext</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>embeddable-build-status</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>external-monitor-job</artifactId>
Expand Down

0 comments on commit b67300e

Please sign in to comment.