-
Notifications
You must be signed in to change notification settings - Fork 220
Expand file tree
/
Copy pathcodecov.yaml
More file actions
46 lines (44 loc) · 865 Bytes
/
codecov.yaml
File metadata and controls
46 lines (44 loc) · 865 Bytes
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
coverage:
status:
patch:
default:
target: 90
threshold: 5
informational: true # We don't want to block PRs based on the result
project:
default:
target: 30
threshold: 5
informational: true # We don't want to block PRs based on the result
flags:
router:
paths:
- router/
carryforward: true
cli:
paths:
- cli/
carryforward: true
studio:
paths:
- studio/
carryforward: true
graphqlmetrics:
paths:
- graphqlmetrics/
carryforward: true
controlplane:
paths:
- controlplane/
carryforward: true
composition:
paths:
- composition/
carryforward: true
comment:
layout: "diff, flags, files"
behavior: default
require_changes: false
require_base: no
require_head: yes
show_carryforward_flags: true