Skip to content

Commit fc92a1b

Browse files
committed
codecov: update codecov config
1 parent b694faf commit fc92a1b

File tree

1 file changed

+30
-7
lines changed

1 file changed

+30
-7
lines changed

.codecov.yml

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,56 @@ coverage:
77
range: "70...100"
88

99
status:
10-
project: off
10+
project:
11+
default: false
12+
json:
13+
target: auto
14+
threshold: 1%
15+
if_not_found: success
16+
if_ci_failed: error
17+
flags:
18+
- json
19+
gojay:
20+
target: auto
21+
threshold: 1%
22+
if_not_found: success
23+
if_ci_failed: error
24+
flags:
25+
- gojay
1126
patch:
12-
default: off
27+
default: false
1328
json:
14-
flags: json
1529
only_pulls: true
1630
target: 50%
1731
threshold: 10%
32+
flags:
33+
- json
1834
gojay:
19-
flags: gojay
2035
only_pulls: true
2136
target: 50%
2237
threshold: 10%
38+
flags:
39+
- gojay
2340
changes:
24-
default: off
41+
default: false
2542
json:
26-
flags: json
2743
target: auto
2844
threshold: 10%
2945
if_not_found: success
3046
if_ci_failed: error
47+
flags:
48+
- json
49+
branches:
50+
- main
3151
gojay:
32-
flags: gojay
3352
target: auto
3453
threshold: 10%
3554
if_not_found: success
3655
if_ci_failed: error
56+
flags:
57+
- gojay
58+
branches:
59+
- main
3760

3861
flags:
3962
json:

0 commit comments

Comments
 (0)