-
Notifications
You must be signed in to change notification settings - Fork 136
Expand file tree
/
Copy pathcodecov.yml
More file actions
76 lines (72 loc) · 1.4 KB
/
codecov.yml
File metadata and controls
76 lines (72 loc) · 1.4 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
codecov:
max_report_age: off
notify:
wait_for_ci: false
require_ci_to_pass: false
comment:
behavior: default
hide_project_coverage: false
layout: "diff, flags, files"
require_base: false
require_changes: false
require_head: true
show_carryforward_flags: true
coverage:
precision: 2
range: 60..80
round: down
status:
changes: false
default_rules:
flag_coverage_not_uploaded_behavior: include
patch: true
project: true
flags:
hardhat:
paths:
- contracts/
carryforward: true
kotlin:
paths:
- coordinator/
- jvm-libs/
carryforward: true
postman:
paths:
- postman/
carryforward: true
sdk-viem:
paths:
- sdk/sdk-viem/
carryforward: true
sdk-core:
paths:
- sdk/sdk-core/
carryforward: true
linea-shared-utils:
paths:
- ts-libs/linea-shared-utils/
carryforward: true
native-yield-automation-service:
paths:
- native-yield-operations/automation-service/
carryforward: true
lido-governance-monitor:
paths:
- native-yield-operations/lido-governance-monitor/
carryforward: true
linea-native-libs:
paths:
- ts-libs/linea-native-libs/
carryforward: true
sdk-ethers:
paths:
- sdk/sdk-ethers/
carryforward: true
tracer:
paths:
- tracer/
carryforward: true
github_checks:
annotations: false
slack_app: false