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 e581836 commit 13ef71fCopy full SHA for 13ef71f
.codecov.yml
@@ -2,5 +2,5 @@ coverage:
2
status:
3
project:
4
default:
5
- threshold: 0.1%
+ threshold: 0.25
6
patch: off
pom.xml
@@ -244,6 +244,7 @@
244
<plugin>
245
<groupId>org.jacoco</groupId>
246
<artifactId>jacoco-maven-plugin</artifactId>
247
+ <version>0.8.5</version>
248
<configuration>
249
<skip>${module.jacoco.skip}</skip>
250
</configuration>
@@ -258,7 +259,7 @@
258
259
<id>default-report</id>
260
<phase>test</phase>
261
<goals>
- <goal>report-aggregate</goal>
262
+ <goal>report</goal>
263
</goals>
264
</execution>
265
</executions>
0 commit comments