-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcodecov.yml
52 lines (50 loc) · 1003 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
flag_management:
default_rules:
statuses:
- type: project
target: 90%
threshold: 1%
- type: patch
target: 90%
individual_flags:
- name: xcm-sdk-core
paths:
- packages/sdk-core
carryforward: true
- name: xcm-sdk
paths:
- packages/sdk
carryforward: true
- name: xcm-sdk-pjs
paths:
- packages/sdk-pjs
carryforward: true
- name: xcm-analyser
paths:
- packages/xcm-analyser
carryforward: true
- name: xcm-router
paths:
- packages/xcm-router
carryforward: true
- name: xcm-api
paths:
- apps/xcm-api
carryforward: true
- name: visualizator-be
paths:
- apps/visualizator-be
carryforward: true
coverage:
precision: 2
round: down
range: "90...100"
status:
project:
default:
target: 90%
patch:
default:
target: 90%
comment:
show_carryforward_flags: true