-
Notifications
You must be signed in to change notification settings - Fork 17
/
codecov.yml
108 lines (108 loc) · 2.18 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
102
103
104
105
106
107
108
github_checks:
annotations: true
coverage:
status:
project:
default:
target: auto
threshold: 0%
base: auto
admin-api-client:
flags:
- admin-api-client
admin-api-client-data-provider:
flags:
- admin-api-client-data-provider
admin-api-paths:
flags:
- admin-api-paths
cli-runner:
flags:
- cli-runner
config:
flags:
- config
core:
flags:
- core
cypress-commands:
flags:
- cypress-commands
logger:
flags:
- logger
main:
flags:
- main
nested-collections:
flags:
- nested-collections
plugin-admin-api:
flags:
- plugin-admin-api
plugin-inquirer-cli:
flags:
- plugin-inquirer-cli
plugin-openapi:
flags:
- plugin-openapi
plugin-proxy:
flags:
- plugin-proxy
flags:
admin-api-client-data-provider:
paths:
- packages/admin-api-client-data-provider/**
carryforward: true
admin-api-client:
paths:
- packages/admin-api-client/**
carryforward: true
admin-api-paths:
paths:
- packages/admin-api-paths/**
carryforward: true
cli-runner:
paths:
- packages/cli-runner/**
carryforward: true
config:
paths:
- packages/config/**
carryforward: true
core:
paths:
- packages/core/**
carryforward: true
cypress-commands:
paths:
- packages/cypress-commands/**
carryforward: true
logger:
paths:
- packages/logger/**
carryforward: true
main:
paths:
- packages/main/**
carryforward: true
nested-collections:
paths:
- packages/nested-collections/**
carryforward: true
plugin-admin-api:
paths:
- packages/plugin-admin-api/**
carryforward: true
plugin-inquirer-cli:
paths:
- packages/plugin-inquirer-cli/**
carryforward: true
plugin-openapi:
paths:
- packages/plugin-openapi/**
carryforward: true
plugin-proxy:
paths:
- packages/plugin-proxy/**
carryforward: true