-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodecov.yml
More file actions
93 lines (89 loc) · 1.81 KB
/
codecov.yml
File metadata and controls
93 lines (89 loc) · 1.81 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
coverage:
status:
project:
default:
target: 95%
threshold: 1%
informational: true
radar-go:
target: 98%
threshold: 1%
informational: true
paths:
- "internal/radar/**"
- "internal/api/**"
- "internal/db/**"
- "internal/serialmux/**"
lidar:
target: 95%
threshold: 1%
informational: true
paths:
- "internal/lidar/**"
svelte:
target: 98%
threshold: 1%
informational: true
paths:
- "web/src/**"
patch:
default:
target: 95%
threshold: 1%
informational: true
ignore:
- "internal/lidar/visualiser/pb/**"
comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: true
# Define coverage flags for each component
flag_management:
default_rules:
carryforward: true
statuses:
- type: project
target: 95%
threshold: 1%
informational: true
- type: patch
target: 95%
threshold: 1%
informational: true
individual_flags:
- name: web
carryforward: true
paths:
- "web/src/"
- "internal/lidar/monitor/assets/"
statuses:
- type: project
target: 98%
threshold: 1%
informational: true
- type: patch
target: 98%
threshold: 1%
informational: true
flags:
go:
paths:
- internal/
carryforward: true
go-cli:
paths:
- cmd/
carryforward: true
python:
paths:
- tools/pdf-generator/
carryforward: true
web:
paths:
- web/src/
- internal/lidar/monitor/assets/
carryforward: true
mac:
paths:
- tools/visualiser-macos/
carryforward: true