-
Notifications
You must be signed in to change notification settings - Fork 392
Expand file tree
/
Copy pathcodecov.yml
More file actions
130 lines (128 loc) · 2.99 KB
/
Copy pathcodecov.yml
File metadata and controls
130 lines (128 loc) · 2.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
flag_management:
default_rules:
carryforward: false # drop unused flags by default instead of carrying forward perpetually
individual_flags: # exceptions to the default rules above, stated flag by flag
- name: composable_kernel
carryforward: true
statuses:
- type: project
target: 80%
- name: hipBLASLt
carryforward: true
statuses:
- type: project
target: 80%
- name: TensileLite-Unit
carryforward: true
statuses:
- type: project
target: 80%
- name: TensileLite-CPP
carryforward: true
statuses:
- type: project
target: 80%
- name: hipSPARSELt
carryforward: true
statuses:
- type: project
target: 80%
- name: rocBLAS
carryforward: true
statuses:
- type: project
target: 80%
- name: rocRAND
carryforward: true
statuses:
- type: project
target: 80%
- name: hipRAND
carryforward: true
statuses:
- type: project
target: 80%
- name: hipBLAS
carryforward: true
statuses:
- type: project
target: 80%
- name: rocPRIM
carryforward: true
statuses:
- type: project
target: 80%
- name: rocThrust
carryforward: true
statuses:
- type: project
target: 80%
- name: hipCUB
carryforward: true
statuses:
- type: project
target: 80%
- name: hipDNN
carryforward: true
statuses:
- type: project
target: 80%
- name: rocRoller
carryforward: true
statuses:
- type: project
target: 80%
- name: rocSPARSE
carryforward: true
statuses:
- type: project
target: 80%
- name: hipSPARSE
carryforward: true
statuses:
- type: project
target: 80%
- name: hipFFT
carryforward: true
statuses:
- type: project
target: 80%
- name: rocFFT
carryforward: true
statuses:
- type: project
target: 80%
- name: Tensile
carryforward: true
statuses:
- type: project
target: 80%
- name: rocSOLVER
carryforward: true
statuses:
- type: project
target: 80%
- name: hipSOLVER
carryforward: true
statuses:
- type: project
target: 80%
- name: GEKO
carryforward: true
statuses:
- type: project
target: 80%
comment:
layout: "diff, flags, files"
behavior: default
require_changes: false # post comment even if coverage does not change
require_base: no # post without previous or base report
require_head: yes # must have PR or head report to post
show_carryforward_flags: true # use carryforward for PRs
coverage:
status:
default_rules:
flag_coverage_not_uploaded_behavior: exclude # don't send status checks for unrelated projects
project:
default:
enabled: false # only check flags instead of whole monorepo