-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcodecov.yml
40 lines (40 loc) · 1.03 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
flag_management:
default_rules: # the rules that will be followed for any flag added, generally
carryforward: true
statuses:
- type: project
target: 80%
threshold: 5%
- type: patch
target: 80%
individual_flags: # exceptions to the default rules above, stated flag by flag
- name: pgscatalog.core #fill in your own flag name
paths:
- pgscatalog.core/
carryforward: true
statuses:
- type: project
target: 80%
threshold: 5%
- type: patch
target: 80%
- name: pgscatalog.match
paths:
- pgscatalog.match/
carryforward: true
statuses:
- type: project
target: 80%
threshold: 5%
- type: patch
target: 80%
- name: pgscatalog.calc
paths:
- pgscatalog.calc/
carryforward: true
statuses:
- type: project
target: 80%
threshold: 5%
- type: patch
target: 80%