Skip to content

Commit 586a658

Browse files
committed
Remove unmaintained cobertura
1 parent 3cec741 commit 586a658

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/maven-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
gpg-passphrase: GPG_PASSPHRASE
4545

4646
- name: Build with Maven
47-
run: mvn clean test cobertura:cobertura
47+
run: mvn clean test
4848

4949
- name: Codecov
5050
uses: codecov/codecov-action@v1

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -147,18 +147,6 @@
147147
<release>17</release>
148148
</configuration>
149149
</plugin>
150-
<plugin>
151-
<groupId>org.codehaus.mojo</groupId>
152-
<artifactId>cobertura-maven-plugin</artifactId>
153-
<version>2.7</version>
154-
<configuration>
155-
<formats>
156-
<format>html</format>
157-
<format>xml</format>
158-
</formats>
159-
<check />
160-
</configuration>
161-
</plugin>
162150
</plugins>
163151
<resources>
164152
<resource>

0 commit comments

Comments
 (0)