-
Notifications
You must be signed in to change notification settings - Fork 9
/
.codecov.yml
101 lines (100 loc) · 4.78 KB
/
.codecov.yml
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
comment:
layout: "condensed_header, diff, flags, components"
component_management:
individual_components:
- component_id: crashtracker # this is an identifier that should not be changed
name: crashtracker # this is a display name, and can be changed freely
paths:
- crashtracker
- component_id: crashtracker-ffi # this is an identifier that should not be changed
name: crashtracker-ffi # this is a display name, and can be changed freely
paths:
- crashtracker-ffi
- component_id: datadog-alloc # this is an identifier that should not be changed
name: datadog-alloc # this is a display name, and can be changed freely
paths:
- alloc
- component_id: data-pipeline # this is an identifier that should not be changed
name: data-pipeline # this is a display name, and can be changed freely
paths:
- data-pipeline
- component_id: data-pipeline-ffi # this is an identifier that should not be changed
name: data-pipeline-ffi # this is a display name, and can be changed freely
paths:
- data-pipeline-ffi
- component_id: ddcommon # this is an identifier that should not be changed
name: ddcommon # this is a display name, and can be changed freely
paths:
- ddcommon
- component_id: ddcommon-ffi # this is an identifier that should not be changed
name: ddcommon-ffi # this is a display name, and can be changed freely
paths:
- ddcommon-ffi
- component_id: ddtelemetry # this is an identifier that should not be changed
name: ddtelemetry # this is a display name, and can be changed freely
paths:
- ddtelemetry
- component_id: ddtelemetry-ffi # this is an identifier that should not be changed
name: ddtelemetry-ffi # this is a display name, and can be changed freely
paths:
- ddtelemetry-ffi
- component_id: dogstatsd # this is an identifier that should not be changed
name: dogstatsd # this is a display name, and can be changed freely
paths:
- dogstatsd
- component_id: dogstatsd-client # this is an identifier that should not be changed
name: dogstatsd-client # this is a display name, and can be changed freely
paths:
- dogstatsd-client
- component_id: ipc # this is an identifier that should not be changed
name: ipc # this is a display name, and can be changed freely
paths:
- ipc
- component_id: profiling # this is an identifier that should not be changed
name: profiling # this is a display name, and can be changed freely
paths:
- profiling
- component_id: profiling-ffi # this is an identifier that should not be changed
name: profiling-ffi # this is a display name, and can be changed freely
paths:
- profiling-ffi
- component_id: serverless # this is an identifier that should not be changed
name: serverless # this is a display name, and can be changed freely
paths:
- serverless
- component_id: sidecar # this is an identifier that should not be changed
name: sidecar # this is a display name, and can be changed freely
paths:
- sidecar
- component_id: sidecar-ffi # this is an identifier that should not be changed
name: sidecar-ffi # this is a display name, and can be changed freely
paths:
- sidecar-ffi
- component_id: spawn-worker # this is an identifier that should not be changed
name: spawn-worker # this is a display name, and can be changed freely
paths:
- spawn_worker
- component_id: tinybytes # this is an identifier that should not be changed
name: tinybytes # this is a display name, and can be changed freely
paths:
- tinybytes
- component_id: trace-mini-agent # this is an identifier that should not be changed
name: trace-mini-agent # this is a display name, and can be changed freely
paths:
- trace-mini-agent
- component_id: trace-normalization # this is an identifier that should not be changed
name: trace-normalization # this is a display name, and can be changed freely
paths:
- trace-normalization
- component_id: trace-obfuscation # this is an identifier that should not be changed
name: trace-obfuscation # this is a display name, and can be changed freely
paths:
- trace-obfuscation
- component_id: trace-protobuf # this is an identifier that should not be changed
name: trace-protobuf # this is a display name, and can be changed freely
paths:
- trace-protobuf
- component_id: trace-utils # this is an identifier that should not be changed
name: trace-utils # this is a display name, and can be changed freely
paths:
- trace-utils