-
Notifications
You must be signed in to change notification settings - Fork 59
/
codecov.yml
57 lines (49 loc) · 968 Bytes
/
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
codecov:
require_ci_to_pass: yes
notify:
wait_for_ci: yes
coverage:
range: "90...100"
status:
project:
default:
threshold: 0.1%
comment:
show_carryforward_flags: true
flags:
core-contracts:
paths:
- utils/core-contracts/contracts
carryforward: true
core-utils:
paths:
- utils/core-utils/src
carryforward: true
core-modules:
paths:
- utils/core-modules/contracts
carryforward: true
sample-project:
paths:
- utils/sample-project/contracts
carryforward: true
main:
paths:
- protocol/synthetix/contracts
carryforward: true
oracle-manager:
paths:
- protocol/oracle-manager/contracts
carryforward: true
#
#
# TODO: enable when we have coverage again
# spot-market:
# paths:
# - markets/spot-market/contracts
# carryforward: true
#
# perps-market:
# paths:
# - protocol/perps-market/contracts
# carryforward: true