We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cec741 commit 586a658Copy full SHA for 586a658
.github/workflows/maven-ci.yml
@@ -44,7 +44,7 @@ jobs:
44
gpg-passphrase: GPG_PASSPHRASE
45
46
- name: Build with Maven
47
- run: mvn clean test cobertura:cobertura
+ run: mvn clean test
48
49
- name: Codecov
50
uses: codecov/codecov-action@v1
pom.xml
@@ -147,18 +147,6 @@
147
<release>17</release>
148
</configuration>
149
</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>
162
</plugins>
163
<resources>
164
<resource>
0 commit comments