-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathcodecov.yaml
More file actions
37 lines (37 loc) · 893 Bytes
/
codecov.yaml
File metadata and controls
37 lines (37 loc) · 893 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
comment:
layout: "header, diff, flags, components"
show_carryforward_flags: true
flag_management:
default_rules:
carryforward: true
component_management:
default_rules: # default rules that will be inherited by all components
statuses:
- type: project
target: 70%
- type: patch
target: 70%
individual_components:
- component_id: agent
name: Agent
paths: [agent/**]
statuses:
- type: project
target: 69%
- component_id: cli
name: CLI
paths: [cli/**]
- component_id: common
name: Common
paths: [common/**]
- component_id: device
name: Device Connectors
paths: [device-connectors/**]
statuses:
- type: project
target: 49%
- type: patch
target: 60%
- component_id: server
name: Server
paths: [server/**]