-
Notifications
You must be signed in to change notification settings - Fork 76
/
codecov.yml
64 lines (52 loc) · 1.23 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
coverage:
status:
project:
default:
# if the coverage is under this value the Codecov GitHub check will fail
threshold: 40%
comment: false #https://docs.codecov.io/docs/pull-request-comments
flags:
botonic-cli:
paths:
- packages/botonic-cli
carryforward: true
botonic-core:
paths:
- packages/botonic-core
carryforward: true
botonic-nlu:
paths:
- packages/botonic-nlu
carryforward: true
botonic-nlp:
paths:
- packages/botonic-nlp
carryforward: true
botonic-plugin-contentful:
paths:
- packages/botonic-plugin-contentful
carryforward: true
botonic-plugin-dialogflow:
paths:
- packages/botonic-plugin-dialogflow
carryforward: true
botonic-plugin-dynamodb:
paths:
- packages/botonic-plugin-dynamodb
carryforward: true
botonic-plugin-nlu:
paths:
- packages/botonic-plugin-nlu
carryforward: true
botonic-react:
paths:
- packages/botonic-react
carryforward: true
botonic-plugin-ner:
paths:
- packages/botonic-plugin-ner
carryforward: true
botonic-plugin-intent-classification:
paths:
- packages/botonic-plugin-intent-classification
carryforward: true