-
Notifications
You must be signed in to change notification settings - Fork 2
/
codecov.yml
48 lines (47 loc) · 922 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
42
43
44
45
46
47
48
coverage:
precision: 2
round: down
status:
project:
form-builder:
target: 90%
flags:
- form-builder
form-redux:
target: 90%
flags:
- form-redux
form-context:
target: 90%
flags:
- form-context
form-validation-rule-list:
target: 90%
flags:
- form-validation-rule-list
patch:
default:
enabled: no
if_not_found: success
changes:
default:
enabled: no
if_not_found: success
flags:
form-builder:
paths:
- libs/form-builder/src
form-redux:
paths:
- libs/form-redux/src
form-context:
paths:
- libs/form-context/src
form-validation-rule-list:
paths:
- libs/form-validation-rule-list/src
ignore:
- "apps/demo/**/*"
- "apps/docsite/**/*"
- "libs/form-editor/**/*"
- "libs/examples/**/*"