Skip to content

Commit 2ac4ed1

Browse files
committed
chore: update codecov YAML
1 parent 27f468b commit 2ac4ed1

1 file changed

Lines changed: 27 additions & 3 deletions

File tree

codecov.yml

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ coverage:
1010
default:
1111
target: 80%
1212
comment:
13-
layout: "reach,diff,flags,components"
13+
layout: 'reach,diff,flags,components'
1414
behavior: default
1515
require_changes: false
1616
flags:
@@ -44,6 +44,8 @@ flags:
4444
carryforward: true
4545
Flowthru.Extensions.Python.Tests:
4646
carryforward: true
47+
Flowthru.Extensions.Xml.Tests:
48+
carryforward: true
4749
Flowthru.FUnit.CodeFixes.Tests:
4850
carryforward: true
4951
Flowthru.FUnit.SourceGenerators.Tests:
@@ -60,18 +62,36 @@ flags:
6062
carryforward: true
6163
Flowthru.Tests:
6264
carryforward: true
63-
Flowthru.Tests.Examples:
64-
carryforward: true
6565
Flowthru.Tests.Templates:
6666
carryforward: true
67+
FlowthruCoverage:
68+
carryforward: true
69+
KedroIris:
70+
carryforward: true
6771
KedroIrisFUnit:
6872
carryforward: true
73+
KedroIrisPython:
74+
carryforward: true
75+
KedroSpaceflights:
76+
carryforward: true
6977
KedroSpaceflightsCustom:
7078
carryforward: true
7179
KedroSpaceflightsFUnit:
7280
carryforward: true
81+
KedroSpaceflightsGQL:
82+
carryforward: true
83+
KedroSpaceflightsPython:
84+
carryforward: true
85+
Minimal:
86+
carryforward: true
87+
RetailDataSplitFlow:
88+
carryforward: true
7389
SpaceflightsDistributed:
7490
carryforward: true
91+
SpaceflightsEFCore:
92+
carryforward: true
93+
SpaceflightsPythonEFCore:
94+
carryforward: true
7595
component_management:
7696
individual_components:
7797
- component_id: flowthru
@@ -138,6 +158,10 @@ component_management:
138158
name: Flowthru.Extensions.Python.SourceGenerators
139159
paths:
140160
- src/extensions/Flowthru.Extensions.Python.SourceGenerators/**
161+
- component_id: flowthru_extensions_xml
162+
name: Flowthru.Extensions.Xml
163+
paths:
164+
- src/extensions/Flowthru.Extensions.Xml/**
141165
- component_id: flowthru_funit
142166
name: Flowthru.FUnit
143167
paths:

0 commit comments

Comments
 (0)