-
Notifications
You must be signed in to change notification settings - Fork 72
/
.codecov.yml
75 lines (74 loc) · 1.93 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
64
65
66
67
68
69
70
71
72
73
74
75
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
#
# OpenCRVS is also distributed under the terms of the Civil Registration
# & Healthcare Disclaimer located at http://opencrvs.org/license.
#
# Copyright (C) The OpenCRVS Authors located at https://github.com/opencrvs/opencrvs-core/blob/master/AUTHORS.
coverage:
status:
patch:
default:
target: 80
project:
default: false
auth:
paths:
- packages/auth
threshold: 0.5
gateway:
paths:
- packages/gateway
threshold: 0.5
login:
paths:
- packages/login
threshold: 0.5
notification:
paths:
- packages/notification
threshold: 0.5
client:
paths:
- packages/client
threshold: 0.5
user-mgnt:
paths:
- packages/user-mgnt
threshold: 0.5
commons:
paths:
- packages/commons
threshold: 0.5
workflow:
paths:
- packages/workflow
threshold: 0.5
search:
paths:
- packages/search
threshold: 0.5
metrics:
paths:
- packages/metrics
threshold: 0.5
config:
paths:
- packages/config
threshold: 0.5
documents:
paths:
- packages/documents
threshold: 0.5
ignore:
- 'packages/client/src/extract-translations.ts'
- 'packages/client/src/index.tsx'
- 'packages/client/src/registerServiceWorker.ts'
- 'packages/client/src/src-sw.js'
- 'packages/client/src/src-sw.ts'
- 'packages/client/src/tests/graphql-schema-mock.ts'
- 'packages/workflow/src/index.ts'
- 'packages/gateway/src/index.ts'
- 'packages/gateway/src/routes.ts'
- 'packages/login/src/extract-translations.ts'