File tree Expand file tree Collapse file tree 1 file changed +30
-7
lines changed Expand file tree Collapse file tree 1 file changed +30
-7
lines changed Original file line number Diff line number Diff line change @@ -7,33 +7,56 @@ coverage:
7
7
range : " 70...100"
8
8
9
9
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
11
26
patch :
12
- default : off
27
+ default : false
13
28
json :
14
- flags : json
15
29
only_pulls : true
16
30
target : 50%
17
31
threshold : 10%
32
+ flags :
33
+ - json
18
34
gojay :
19
- flags : gojay
20
35
only_pulls : true
21
36
target : 50%
22
37
threshold : 10%
38
+ flags :
39
+ - gojay
23
40
changes :
24
- default : off
41
+ default : false
25
42
json :
26
- flags : json
27
43
target : auto
28
44
threshold : 10%
29
45
if_not_found : success
30
46
if_ci_failed : error
47
+ flags :
48
+ - json
49
+ branches :
50
+ - main
31
51
gojay :
32
- flags : gojay
33
52
target : auto
34
53
threshold : 10%
35
54
if_not_found : success
36
55
if_ci_failed : error
56
+ flags :
57
+ - gojay
58
+ branches :
59
+ - main
37
60
38
61
flags :
39
62
json :
You can’t perform that action at this time.
0 commit comments