-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
204 lines (204 loc) · 6.3 KB
/
codecov.yml
File metadata and controls
204 lines (204 loc) · 6.3 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
codecov:
require_ci_to_pass: true
coverage:
status:
project:
default:
target: auto
threshold: 1%
patch:
default:
target: 80%
comment:
layout: reach,diff,flags,components
behavior: default
require_changes: false
flags:
Flowthru.Core.CodeFixes.Tests:
carryforward: true
Flowthru.Core.SourceGenerators.Tests:
carryforward: true
Flowthru.Core.Tests:
carryforward: true
Flowthru.Extensions.Csv.Tests:
carryforward: true
Flowthru.Extensions.EFCore.Bulk.Tests:
carryforward: true
Flowthru.Extensions.EFCore.Tests:
carryforward: true
Flowthru.Extensions.Excel.Tests:
carryforward: true
Flowthru.Extensions.GQL.Tests:
carryforward: true
Flowthru.Extensions.Http.Tests:
carryforward: true
Flowthru.Extensions.Metadata.Diagnostics.Tests:
carryforward: true
Flowthru.Extensions.Metadata.Json.Tests:
carryforward: true
Flowthru.Extensions.Metadata.Mermaid.Tests:
carryforward: true
Flowthru.Extensions.MLNet.Tests:
carryforward: true
Flowthru.Extensions.Parquet.Tests:
carryforward: true
Flowthru.Extensions.Python.SourceGenerators.Tests:
carryforward: true
Flowthru.Extensions.Python.Tests:
carryforward: true
Flowthru.Extensions.Xml.Tests:
carryforward: true
Flowthru.FUnit.CodeFixes.Tests:
carryforward: true
Flowthru.FUnit.SourceGenerators.Tests:
carryforward: true
Flowthru.FUnit.Tests:
carryforward: true
Flowthru.Misc.DataFrames.CodeFixes.Tests:
carryforward: true
Flowthru.Misc.DataFrames.SourceGenerators.Tests:
carryforward: true
Flowthru.Misc.DataFrames.Tests:
carryforward: true
Flowthru.Misc.ML.Tests:
carryforward: true
Flowthru.Tests:
carryforward: true
Flowthru.Tests.Kits:
carryforward: true
FlowthruCoverage:
carryforward: true
KedroIris:
carryforward: true
KedroIrisFUnit:
carryforward: true
KedroIrisPython:
carryforward: true
KedroSpaceflights:
carryforward: true
KedroSpaceflightsCustom:
carryforward: true
KedroSpaceflightsFUnit:
carryforward: true
KedroSpaceflightsGQL:
carryforward: true
KedroSpaceflightsPython:
carryforward: true
Minimal:
carryforward: true
RetailDataSplitFlow:
carryforward: true
SimpleEffectsExample:
carryforward: true
SpaceflightsDistributed:
carryforward: true
SpaceflightsEFCore:
carryforward: true
SpaceflightsNewTypes:
carryforward: true
SpaceflightsPythonEFCore:
carryforward: true
SpaceflightsStagingSchema:
carryforward: true
component_management:
individual_components:
- component_id: flowthru
name: Flowthru
paths:
- src/core/Flowthru/**
- component_id: flowthru_core
name: Flowthru.Core
paths:
- src/core/Flowthru.Core/**
- component_id: flowthru_core_codefixes
name: Flowthru.Core.CodeFixes
paths:
- src/core/Flowthru.Core.CodeFixes/**
- component_id: flowthru_core_sourcegenerators
name: Flowthru.Core.SourceGenerators
paths:
- src/core/Flowthru.Core.SourceGenerators/**
- component_id: flowthru_extensions_csv
name: Flowthru.Extensions.Csv
paths:
- src/extensions/Flowthru.Extensions.Csv/**
- component_id: flowthru_extensions_efcore
name: Flowthru.Extensions.EFCore
paths:
- src/extensions/Flowthru.Extensions.EFCore/**
- component_id: flowthru_extensions_efcore_bulk
name: Flowthru.Extensions.EFCore.Bulk
paths:
- src/extensions/Flowthru.Extensions.EFCore.Bulk/**
- component_id: flowthru_extensions_excel
name: Flowthru.Extensions.Excel
paths:
- src/extensions/Flowthru.Extensions.Excel/**
- component_id: flowthru_extensions_gql
name: Flowthru.Extensions.GQL
paths:
- src/extensions/Flowthru.Extensions.GQL/**
- component_id: flowthru_extensions_http
name: Flowthru.Extensions.Http
paths:
- src/extensions/Flowthru.Extensions.Http/**
- component_id: flowthru_extensions_metadata_diagnostics
name: Flowthru.Extensions.Metadata.Diagnostics
paths:
- src/extensions/Flowthru.Extensions.Metadata.Diagnostics/**
- component_id: flowthru_extensions_metadata_json
name: Flowthru.Extensions.Metadata.Json
paths:
- src/extensions/Flowthru.Extensions.Metadata.Json/**
- component_id: flowthru_extensions_metadata_mermaid
name: Flowthru.Extensions.Metadata.Mermaid
paths:
- src/extensions/Flowthru.Extensions.Metadata.Mermaid/**
- component_id: flowthru_extensions_mlnet
name: Flowthru.Extensions.MLNet
paths:
- src/extensions/Flowthru.Extensions.MLNet/**
- component_id: flowthru_extensions_parquet
name: Flowthru.Extensions.Parquet
paths:
- src/extensions/Flowthru.Extensions.Parquet/**
- component_id: flowthru_extensions_python
name: Flowthru.Extensions.Python
paths:
- src/extensions/Flowthru.Extensions.Python/**
- component_id: flowthru_extensions_python_sourcegenerators
name: Flowthru.Extensions.Python.SourceGenerators
paths:
- src/extensions/Flowthru.Extensions.Python.SourceGenerators/**
- component_id: flowthru_extensions_xml
name: Flowthru.Extensions.Xml
paths:
- src/extensions/Flowthru.Extensions.Xml/**
- component_id: flowthru_funit
name: Flowthru.FUnit
paths:
- src/core/Flowthru.FUnit/**
- component_id: flowthru_funit_codefixes
name: Flowthru.FUnit.CodeFixes
paths:
- src/core/Flowthru.FUnit.CodeFixes/**
- component_id: flowthru_funit_sourcegenerators
name: Flowthru.FUnit.SourceGenerators
paths:
- src/core/Flowthru.FUnit.SourceGenerators/**
- component_id: flowthru_misc_dataframes
name: Flowthru.Misc.DataFrames
paths:
- src/misc/Flowthru.Misc.DataFrames/**
- component_id: flowthru_misc_dataframes_codefixes
name: Flowthru.Misc.DataFrames.CodeFixes
paths:
- src/misc/Flowthru.Misc.DataFrames.CodeFixes/**
- component_id: flowthru_misc_dataframes_sourcegenerators
name: Flowthru.Misc.DataFrames.SourceGenerators
paths:
- src/misc/Flowthru.Misc.DataFrames.SourceGenerators/**
- component_id: flowthru_misc_ml
name: Flowthru.Misc.ML
paths:
- src/misc/Flowthru.Misc.ML/**