File tree Expand file tree Collapse file tree 1 file changed +35
-4
lines changed Expand file tree Collapse file tree 1 file changed +35
-4
lines changed Original file line number Diff line number Diff line change 1
1
projects : *projects
2
2
target : auto
3
- threshold : 10 %
3
+ threshold : 1 %
4
4
if_not_found : success
5
5
if_ci_failed : error
6
6
patch : *patch
7
7
only_pulls : true
8
8
target : auto
9
9
threshold : 10%
10
10
11
+ codecov :
12
+ allow_coverage_offsets : true
13
+
11
14
coverage :
12
15
precision : 1
13
16
round : down
14
17
range : " 70...100"
15
18
16
19
status :
17
20
project :
18
- default : off
21
+ default : false
19
22
linux-1.13 :
20
23
<< : *projects
24
+ flags :
25
+ - " linux-1.13"
21
26
linux-1.14 :
22
27
<< : *projects
28
+ flags :
29
+ - " linux-1.14"
23
30
linux-1.15 :
24
31
<< : *projects
32
+ flags :
33
+ - " linux-1.15"
25
34
macos-1.13 :
26
35
<< : *projects
36
+ flags :
37
+ - " macos-1.13"
27
38
macos-1.14 :
28
39
<< : *projects
40
+ flags :
41
+ - " macos-1.14"
29
42
macos-1.15 :
30
43
<< : *projects
44
+ flags :
45
+ - " macos-1.15"
31
46
patch :
32
- default : off
47
+ default : false
33
48
linux-1.13 :
34
49
<< : *patch
35
50
linux-1.14 :
@@ -42,7 +57,20 @@ coverage:
42
57
<< : *patch
43
58
macos-1.15 :
44
59
<< : *patch
45
- changes : true
60
+ changes :
61
+ default :
62
+ base : auto
63
+ if_ci_failed : success
64
+ only_pulls : false
65
+ branches :
66
+ - codecov-flags
67
+ flags :
68
+ - " linux-1.13"
69
+ - " linux-1.14"
70
+ - " linux-1.15"
71
+ - " macos-1.13"
72
+ - " macos-1.14"
73
+ - " macos-1.15"
46
74
47
75
flags :
48
76
linux-1.13 :
@@ -73,3 +101,6 @@ flags:
73
101
comment :
74
102
behavior : default
75
103
require_changes : true
104
+
105
+ github_checks :
106
+ annotations : true
You can’t perform that action at this time.
0 commit comments