Skip to content

Commit 7d10a0d

Browse files
mohierfFrédéric Mohier
authored and
Frédéric Mohier
committed
Create codecov.yml
1 parent 591cf37 commit 7d10a0d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

codecov.yml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
codecov:
2+
notify:
3+
require_ci_to_pass: yes
4+
5+
coverage:
6+
precision: 1
7+
round: down
8+
range: "70...100"
9+
10+
status:
11+
project: yes
12+
patch:
13+
default:
14+
threshold: 0.2%
15+
changes: no
16+
17+
parsers:
18+
gcov:
19+
branch_detection:
20+
conditional: yes
21+
loop: yes
22+
method: no
23+
macro: no
24+
25+
comment:
26+
layout: "header, diff"
27+
behavior: default
28+
require_changes: no

0 commit comments

Comments
 (0)