-
-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy path.codecov.yml
More file actions
178 lines (173 loc) · 5.02 KB
/
.codecov.yml
File metadata and controls
178 lines (173 loc) · 5.02 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
coverage:
status:
project:
default:
informational: true
integrations:
informational: true
target: 80%
flags:
- integrations
plugins:
informational: true
target: 80%
flags:
- plugins
tools-utils:
informational: true
target: 80%
flags:
- tools-utils
patch:
default:
informational: true
integrations:
informational: true
target: 80%
flags:
- integrations
plugins:
informational: true
target: 80%
flags:
- plugins
tools-utils:
informational: true
target: 80%
flags:
- tools-utils
comment:
layout: "header, diff, files, flags, components"
flags:
integrations:
carryforward: false
paths:
- packages/studiocms/**
- packages/@studiocms/devapps/**
- packages/@studiocms/markdown-remark/**
plugins:
carryforward: false
# These have to be listed individually due to
# the integrations flag containing a scoped package. (@studiocms/devapps)
paths:
- packages/@studiocms/auth0/**
- packages/@studiocms/blog/**
- packages/@studiocms/cloudinary-image-service/**
- packages/@studiocms/discord/**
- packages/@studiocms/github/**
- packages/@studiocms/google/**
- packages/@studiocms/html/**
- packages/@studiocms/markdoc/**
- packages/@studiocms/md/**
- packages/@studiocms/mdx/**
- packages/@studiocms/wysiwyg/**
tools-utils:
carryforward: false
paths:
- packages/@withstudiocms/**
- packages/effectify/**
component_management:
individual_components:
# StudioCMS Integrations
- component_id: studiocms
name: "studiocms"
paths:
- packages/studiocms/**
- component_id: studiocms_devapps
name: "@studiocms/devapps"
paths:
- packages/@studiocms/devapps/**
- component_id: studiocms_markdown_remark
name: "@studiocms/markdown-remark"
paths:
- packages/@studiocms/markdown-remark/**
# StudioCMS Plugins
- component_id: studiocms_auth0
name: "@studiocms/auth0"
paths:
- packages/@studiocms/auth0/**
- component_id: studiocms_blog
name: "@studiocms/blog"
paths:
- packages/@studiocms/blog/**
- component_id: studiocms_cloudinary-image-service
name: "@studiocms/cloudinary-image-service"
paths:
- packages/@studiocms/cloudinary-image-service/**
- component_id: studiocms_discord
name: "@studiocms/discord"
paths:
- packages/@studiocms/discord/**
- component_id: studiocms_github
name: "@studiocms/github"
paths:
- packages/@studiocms/github/**
- component_id: studiocms_google
name: "@studiocms/google"
paths:
- packages/@studiocms/google/**
- component_id: studiocms_html
name: "@studiocms/html"
paths:
- packages/@studiocms/html/**
- component_id: studiocms_markdoc
name: "@studiocms/markdoc"
paths:
- packages/@studiocms/markdoc/**
- component_id: studiocms_md
name: "@studiocms/md"
paths:
- packages/@studiocms/md/**
- component_id: studiocms_mdx
name: "@studiocms/mdx"
paths:
- packages/@studiocms/mdx/**
- component_id: studiocms_wysiwyg
name: "@studiocms/wysiwyg"
paths:
- packages/@studiocms/wysiwyg/**
# withstudiocms Tools and Utils
- component_id: withstudiocms_auth_kit
name: "@withstudiocms/auth-kit"
paths:
- packages/@withstudiocms/auth-kit/**
- component_id: withstudiocms_buildkit
name: "@withstudiocms/buildkit"
paths:
- packages/@withstudiocms/buildkit/**
- component_id: withstudiocms_component_registry
name: "@withstudiocms/component-registry"
paths:
- packages/@withstudiocms/component-registry/**
- component_id: withstudiocms_config_utils
name: "@withstudiocms/config-utils"
paths:
- packages/@withstudiocms/config-utils/**
- component_id: withstudiocms_effect
name: "@withstudiocms/effect"
paths:
- packages/@withstudiocms/effect/**
- component_id: withstudiocms_internal_helpers
name: "@withstudiocms/internal_helpers"
paths:
- packages/@withstudiocms/internal_helpers/**
- component_id: withstudiocms_template_lang
name: "@withstudiocms/template-lang"
paths:
- packages/@withstudiocms/template-lang/**
- component_id: withstudiocms_kysely
name: "@withstudiocms/kysely"
paths:
- packages/@withstudiocms/kysely/**
- component_id: withstudiocms_sdk
name: "@withstudiocms/sdk"
paths:
- packages/@withstudiocms/sdk/**
- component_id: withstudiocms_cli_kit
name: "@withstudiocms/cli-kit"
paths:
- packages/@withstudiocms/cli-kit/**
- component_id: effectify
name: "effectify"
paths:
- packages/effectify/**