Skip to content

Commit 5d3acef

Browse files
committed
Added codecov file
1 parent 82654ed commit 5d3acef

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

codecov.yml

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

0 commit comments

Comments
 (0)