Skip to content

Commit ea6219c

Browse files
Create codecov.yml
1 parent 431ac08 commit ea6219c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.codecov/codecov.yml

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

0 commit comments

Comments
 (0)