Skip to content

Commit 13ef71f

Browse files
committed
(chore) codecov
1 parent e581836 commit 13ef71f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ coverage:
22
status:
33
project:
44
default:
5-
threshold: 0.1%
5+
threshold: 0.25
66
patch: off

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@
244244
<plugin>
245245
<groupId>org.jacoco</groupId>
246246
<artifactId>jacoco-maven-plugin</artifactId>
247+
<version>0.8.5</version>
247248
<configuration>
248249
<skip>${module.jacoco.skip}</skip>
249250
</configuration>
@@ -258,7 +259,7 @@
258259
<id>default-report</id>
259260
<phase>test</phase>
260261
<goals>
261-
<goal>report-aggregate</goal>
262+
<goal>report</goal>
262263
</goals>
263264
</execution>
264265
</executions>

0 commit comments

Comments
 (0)