-
-
Notifications
You must be signed in to change notification settings - Fork 115
/
codecov.yml
63 lines (59 loc) · 1.24 KB
/
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
58
59
60
61
62
63
codecov:
max_report_age: 24
require_ci_to_pass: false
coverage:
range: 50..90 # coverage lower than 50 is red, higher than 90 green, between color code
status:
project:
default:
enabled: false
patch:
default:
enabled: false
flag_management:
individual_flags:
- name: web
paths:
- apps/web/
carryforward: true
statuses:
- type: project
target: 80%
- type: patch
target: 98%
- name: api-e2e-tests
paths:
- apps/api/
carryforward: true
statuses:
- type: project
target: 85%
- type: patch
target: 98%
- name: api-client
paths:
- packages/api-client/
carryforward: true
statuses:
- type: project
target: 80%
- type: patch
target: 98%
- name: schema
paths:
- packages/schema/
carryforward: true
statuses:
- type: project
target: 80%
- type: patch
target: 98%
- name: secret-scan
paths:
- packages/secret-scan/
carryforward: true
statuses:
- type: project
target: 80%
- type: patch
target: 98%