Skip to content

Commit 5138cf7

Browse files
committed
ci/codecov: add codecov config
1 parent fac56b1 commit 5138cf7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.codecov.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
coverage:
2+
precision: 2
3+
round: down
4+
range: "70...100"
5+
6+
status:
7+
project:
8+
default:
9+
target: auto
10+
threshold: 10%
11+
patch:
12+
default:
13+
only_pulls: true
14+
target: 50%
15+
threshold: 10%
16+
ignore:
17+
- "internal/cmd"
18+
- "vendor"
19+
20+
comment:
21+
behavior: default
22+
require_changes: true

0 commit comments

Comments
 (0)