forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.yaml
32 lines (28 loc) · 766 Bytes
/
codecov.yaml
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
# https://docs.codecov.com/docs/commit-status#project-status
coverage:
status:
project:
default:
target: 0% # Make CI always succeed
threshold: 100% # Make CI always succeed
patch:
default:
target: 0% # Make CI always succeed
threshold: 100% # Make CI always succeed
comment:
show_carryforward_flags: true
flag_management:
default_rules:
carryforward: true
statuses:
- name_prefix: project-
type: project
target: 0% # Make CI always succeed
threshold: 100% # Make CI always succeed
- name_prefix: patch-
type: patch
target: 0% # Make CI always succeed
threshold: 100% # Make CI always succeed
ignore:
- "**/test/*"
- "**/test/**/*"