forked from ROCm/rocm-libraries
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
41 lines (41 loc) · 833 Bytes
/
codecov.yml
File metadata and controls
41 lines (41 loc) · 833 Bytes
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
coverage:
status:
project:
default:
enabled: false
composable_kernel:
flags: [composable_kernel]
target: 80%
hipBLAS:
flags: [hipBLAS]
target: 80%
hipCUB:
flags: [hipCUB]
target: 80%
hipRAND:
flags: [hipRAND]
target: 80%
hipSPARSE:
flags: [hipSPARSE]
target: 80%
hipSPARSELt:
flags: [hipSPARSELt]
target: 80%
rocBLAS:
flags: [rocBLAS]
target: 80%
rocRAND:
flags: [rocRAND]
target: 80%
rocRoller:
flags: [rocRoller]
target: 80%
rocSPARSE:
flags: [rocSPARSE]
target: 80%
rocThrust:
flags: [rocThrust]
target: 80%
Tensile:
flags: [Tensile]
target: 80%