Skip to content

Commit 4873b6c

Browse files
committed
chore: tweak codecov.yml
1 parent d85187d commit 4873b6c

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

codecov.yml

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# https://docs.codecov.com/docs/codecov-yaml
22
coverage:
3-
status:
4-
patch:
5-
default:
6-
target: 75%
3+
precision: 1
4+
round: down
5+
range: "70...100"
76
project:
87
default:
9-
target: 75% # the required coverage value
10-
threshold: 1% # the leniency in hitting the target
8+
target: auto
9+
threshold: 1%
10+
11+
comment:
12+
layout: "reach,diff,flags,tree"
13+
behavior: default
14+
require_changes: true
15+
1116
ignore:
1217
- "egopb"
1318
- "test"

0 commit comments

Comments
 (0)