Skip to content

Commit 7a87a37

Browse files
committed
codecov: add codecov config
1 parent 8ef0007 commit 7a87a37

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: 1
3+
round: down
4+
range: "70...100"
5+
6+
status:
7+
project:
8+
default:
9+
target: auto
10+
threshold: 10%
11+
if_not_found: success
12+
if_ci_failed: error
13+
patch:
14+
default:
15+
only_pulls: true
16+
target: 50%
17+
threshold: 10%
18+
changes: true
19+
20+
comment:
21+
behavior: default
22+
require_changes: true

0 commit comments

Comments
 (0)