forked from rx-angular/rx-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
54 lines (52 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
42
43
44
45
46
47
48
49
50
51
52
53
54
coverage:
status:
patch:
default:
threshold: 2%
target: 90%
project:
default: false
state:
target: 68%
flags:
- state
template:
target: 90%
flags:
- template
cdk:
target: 72%
flags:
- cdk
eslint-plugin:
target: 90%
flags:
- eslint-plugin
isr:
target: 90%
flags:
- isr
flags:
state:
paths:
- libs/state
carryforward: true
template:
paths:
- libs/template
carryforward: true
cdk:
paths:
- libs/cdk
carryforward: true
eslint-plugin:
paths:
- libs/eslint-plugin
carryforward: true
isr:
paths:
- libs/isr
carryforward: true
comment:
layout: diff, flags, files
require_changes: true