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
53 lines (53 loc) · 1.05 KB
/
codecov.yml
File metadata and controls
53 lines (53 loc) · 1.05 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
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%
hipFFT:
flags: [hipFFT]
target: 80%
rocFFT:
flags: [rocFFT]
target: 80%
Tensile:
flags: [Tensile]
target: 80%
hipSOLVER:
flags: [hipSOLVER]
target: 80%
rocSOLVER:
flags: [rocSOLVER]
target: 80%