generated from tier4/ros2-project-template
-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy path.codecov.yml
43 lines (40 loc) · 978 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
coverage:
status:
project:
default:
target: auto
# allow slight decreases in coverage compared to the base ref
threshold: 1%
ignore:
- ^build.* # for generated message wrappers
- ^nebula_examples.* # not safety-related
comment:
layout: header, diff, flags, components
component_management:
default_rules:
statuses:
- type: project # inherit project rules for coverage statuses
individual_components:
- component_id: common
name: Common
paths:
- "!**hesai**"
- "!**velodyne**"
- "!**continental**"
- "!**robosense**"
- component_id: hesai
name: Hesai
paths:
- "**hesai**"
- component_id: velodyne
name: Velodyne
paths:
- "**velodyne**"
- component_id: continental
name: Continental
paths:
- "**continental**"
- component_id: robosense
name: Robosense
paths:
- "**robosense**"