forked from wso2/apk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
codecov.yml
34 lines (32 loc) · 798 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
coverage:
status:
project: off
patch: off
flag_management:
individual_flags:
- name: adapter
paths:
- adapter/
- name: admin-domain-service
paths:
- admin/admin-domain-service
- name: backoffice-domain-service
paths:
- backoffice/backoffice-domain-service
- name: backoffice-internal-domain-service
paths:
- backoffice/backoffice-internal-domain-service
- name: devportal-domain-service
paths:
- devportal/devportal-domain-service
- name: management-server
paths:
- management-server
- name: runtime-domain-service
paths:
- runtime-domain-service
statuses:
- type: project
target: 75%
threshold: 1%
carryforward: true