Skip to content

Commit f0cc9fa

Browse files
authoredOct 12, 2020
Create codecov.yml
1 parent 9e275c7 commit f0cc9fa

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
 

‎codecov.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
codecov:
2+
require_ci_to_pass: yes
3+
4+
coverage:
5+
status:
6+
patch: off
7+
precision: 2
8+
round: down
9+
range: "70...100"
10+
11+
parsers:
12+
gcov:
13+
branch_detection:
14+
conditional: yes
15+
loop: yes
16+
method: no
17+
macro: no
18+
19+
comment:
20+
layout: "reach,diff,flags,tree"
21+
behavior: default
22+
require_changes: no

0 commit comments

Comments
 (0)
Please sign in to comment.