-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy path.codecov.yml
More file actions
78 lines (76 loc) · 1.36 KB
/
.codecov.yml
File metadata and controls
78 lines (76 loc) · 1.36 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
coverage:
status:
project:
default: false
api:
target: 75%
flags:
- api
deploy-web:
target: 30%
flags:
- deploy-web
notifications:
target: 80%
flags:
- notifications
provider-proxy:
target: 80%
flags:
- provider-proxy
patch:
default: off
api:
target: 80%
flags:
- api
deploy-web:
target: 50%
flags:
- deploy-web
notifications:
target: 80%
flags:
- notifications
provider-proxy:
target: 80%
flags:
- provider-proxy
flags:
api:
carryforward: true
paths:
- apps/api/
deploy-web:
carryforward: true
paths:
- apps/deploy-web/
indexer:
carryforward: true
paths:
- apps/indexer/
notifications:
carryforward: true
paths:
- apps/notifications/
provider-console:
carryforward: true
paths:
- apps/provider-console/
provider-proxy:
carryforward: true
paths:
- apps/provider-proxy/
stats-web:
carryforward: true
paths:
- apps/stats-web/
comment:
layout: "diff, flags, files"
behavior: default
require_changes: true
require_base: yes
require_head: yes
branches:
- main
show_carryforward_flags: true