Skip to content

Commit 211181d

Browse files
committed
Tuning of coverage criterea
1 parent df2912d commit 211181d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.codecov.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ coverage:
44
status:
55
project:
66
default:
7-
target: auto #default
8-
threshold: 5%
7+
target: auto
8+
threshold: 5% # allow a bit of coverage drop
99
base: auto
1010
patch:
1111
default:
12-
target: auto
12+
target: 50% # have at least 50% of test coverage
1313
threshold: 10%

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
<exclude>target/**</exclude>
130130
<exclude>.vscode/**</exclude>
131131
<exclude>.editorconfig</exclude>
132+
<exclude>.codecov.yml</exclude>
132133
</excludes>
133134
</licenseSet>
134135
</licenseSets>

0 commit comments

Comments
 (0)