forked from eclipse-iceoryx/iceoryx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codecov.yml
More file actions
39 lines (34 loc) · 716 Bytes
/
.codecov.yml
File metadata and controls
39 lines (34 loc) · 716 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
# codecov yaml
codecov:
require_ci_to_pass: yes
comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: yes
require_base: yes
require_head: yes
coverage:
range: 70..100
status:
project:
default:
target: 70%
threshold: 2% # allow coverage to drop maximum by a defined value
flags:
- unittest
patch:
default:
target: auto
threshold: 2% # allow coverage to drop maximum by a defined value
flags:
- unittest
changes: no
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: yes
macro: yes
fixes:
- "/home/runner/work/iceoryx/iceoryx/::"