forked from lerlar/developer-tooling
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
40 lines (37 loc) · 750 Bytes
/
codecov.yml
File metadata and controls
40 lines (37 loc) · 750 Bytes
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
coverage:
status:
patch:
default:
target: 80%
only_pulls: true
comment:
layout: 'header, diff, components'
ignore:
- 'packages/typescript'
- 'docs'
- '.github'
- '.changeset'
- '**/scripts/*'
component_management:
default_rules:
statuses:
- type: project
target: auto
individual_components:
- component_id: celocli
name: celocli
paths:
- packages/cli
- component_id: sdks
name: sdk
paths:
- '!packages/sdk/wallets/**'
- 'packages/sdk/**'
- component_id: wallets
name: wallets
paths:
- 'packages/sdk/wallets/**'
- component_id: viem-sdks
name: viem-sdks
paths:
- 'packages/viem-**'