-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
41 lines (37 loc) · 861 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
codecov:
max_report_age: off
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: devportal-domain-service
paths:
- devportal/devportal-domain-service
- name: management-server
paths:
- management-server
- name: runtime-domain-service
paths:
- runtime-domain-service
- name: idp-domain-service
paths:
- '**/idp/idp-domain-service/**'
- name: idp-ui
paths:
- '**/idp/idp-ui/**'
statuses:
- type: project
target: 75%
threshold: 1%
carryforward: true