-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.codecov.yml
More file actions
53 lines (49 loc) · 875 Bytes
/
.codecov.yml
File metadata and controls
53 lines (49 loc) · 875 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
41
42
43
44
45
46
47
48
49
50
51
52
53
coverage:
status:
project:
default:
target: auto
threshold: 2%
patch:
default:
target: auto
threshold: 2%
comment:
layout: "diff, flags, files"
behavior: default
require_changes: true
show_carryforward_flags: true
flag_management:
default_rules:
carryforward: true
flags:
core:
paths:
- dash/src/
- hashes/src/
- internals/src/
- dash-network/src/
spv:
paths:
- dash-spv/src/
wallet:
paths:
- key-wallet/src/
- key-wallet-manager/src/
ffi:
paths:
- dash-network-ffi/src/
- dash-spv-ffi/src/
- key-wallet-ffi/src/
rpc:
paths:
- rpc-client/src/
- rpc-json/src/
ignore:
- "**/tests/**"
- "**/tests.rs"
- "**/test_utils/**"
- "**/test_utils.rs"
- "**/examples/**"
- "fuzz/**"
- "contrib/**"