-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathcodecov.yml
124 lines (102 loc) · 2.43 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
coverage:
status:
project:
default:
threshold: 1%
target: 20%
if_not_found: success
component_management:
default_rules:
statuses:
- type: project
target: auto
threshold: 1%
individual_components:
- component_id: api
name: "@yoroi/api"
paths:
- "packages/api/**"
- component_id: blockchains
name: "@yoroi/blockchains"
paths:
- "packages/blockchains/**"
- component_id: claim
name: "@yoroi/claim"
paths:
- "packages/claim/**"
- component_id: common
name: "@yoroi/common"
paths:
- "packages/common/**"
- component_id: dapp_connector
name: "@yoroi/dapp-connector"
paths:
- "packages/dapp-connector/**"
- component_id: exchange
name: "@yoroi/exchange"
paths:
- "packages/exchange/**"
- component_id: explorers
name: "@yoroi/explorers"
paths:
- "packages/explorers/**"
- component_id: identicon
name: "@yoroi/identicon"
paths:
- "packages/identicon/**"
- component_id: links
name: "@yoroi/links"
paths:
- "packages/links/**"
- component_id: notifications
name: "@yoroi/notifications"
paths:
- "packages/notifications/**"
- component_id: portfolio
name: "@yoroi/portfolio"
paths:
- "packages/portfolio/**"
- component_id: resolver
name: "@yoroi/resolver"
paths:
- "packages/resolver/**"
- component_id: setup_wallet
name: "@yoroi/setup-wallet"
paths:
- "packages/setup-wallet/**"
- component_id: staking
name: "@yoroi/staking"
paths:
- "packages/staking/**"
- component_id: swap
name: "@yoroi/swap"
paths:
- "packages/swap/**"
- component_id: theme
name: "@yoroi/theme"
paths:
- "packages/theme/**"
- component_id: transfer
name: "@yoroi/transfer"
paths:
- "packages/transfer/**"
- component_id: types
name: "@yoroi/types"
paths:
- "packages/types/**"
- component_id: wallet-mobile
name: "@yoroi/wallet-mobile"
paths:
- "apps/wallet-mobile/**"
ignore:
- "node_modules"
- "dist"
- "build"
- "**/__tests__/**"
- "**/*.test.*"
- "scripts"
- "coverage"
comment:
layout: "reach,diff,components"
require_changes: true
behavior: default