-
Notifications
You must be signed in to change notification settings - Fork 2
/
codecov.yml
46 lines (46 loc) · 1.08 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
comment:
layout: "header, diff, flags, components"
component_management:
individual_components:
- component_id: "@mithic/collections"
paths:
- "packages/collections"
- component_id: "@mithic/commons"
paths:
- "packages/commons"
- component_id: "@mithic/cqrs"
paths:
- "packages/cqrs"
- component_id: "@mithic/crdt"
paths:
- "packages/crdt"
- component_id: "@mithic/jsonr"
paths:
- "packages/jsonr"
- component_id: "@mithic/messaging"
paths:
- "packages/messaging"
- component_id: "@mithic/denokv"
paths:
- "packages/plugins/denokv"
- component_id: "@mithic/ipfs"
paths:
- "packages/plugins/ipfs"
- component_id: "@mithic/level"
paths:
- "packages/plugins/level"
- component_id: "@mithic/redis"
paths:
- "packages/plugins/redis"
coverage:
status:
project:
default:
target: 90%
threshold: 2%
patch:
default:
target: 90%
threshold: 2%
ignore:
- "packages/examples"