-
Notifications
You must be signed in to change notification settings - Fork 1
/
.codecov.yml
63 lines (56 loc) · 989 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
codecov:
notify:
after_n_builds: 2
require_ci_to_pass: yes
coverage:
status:
project:
default:
threshold: 0.5%
patch: true
changes: false
precision: 2
round: down
range: "99..100"
# Ignore testing directory itself
ignore:
- "test/"
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
comment:
layout: "header, diff"
# Fixes report prefix paths from CI dynamic coverage action
# from https://docs.codecov.io/docs/fixing-paths
#fixes:
# - "/builds/correaa::"
#codecov:
# disable_default_path_fixes: true
# token: 999feb5b-a599-4d02-b9c5-46d977247f3a
# notify:
# require_ci_to_pass: yes
#
#coverage:
# precision: 2
# round: down
# range: 99..100
#
# status:
# project: yes
# patch: yes
# changes: no
#
#parsers:
# gcov:
# branch_detection:
# conditional: yes
# loop: yes
# method: no
# macro: no
#
#comment:
# layout: "header, diff"