Skip to content

Commit ac96c9c

Browse files
authored
Create codecov.yml
1 parent 287e77d commit ac96c9c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

codecov.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
codecov:
2+
notify:
3+
require_ci_to_pass: true
4+
comment:
5+
behavior: default
6+
layout: header, diff
7+
require_changes: false
8+
coverage:
9+
precision: 2
10+
range:
11+
- 70.0
12+
- 100.0
13+
round: down
14+
status:
15+
changes: false
16+
patch: true
17+
project: true
18+
parsers:
19+
gcov:
20+
branch_detection:
21+
conditional: true
22+
loop: true
23+
macro: false
24+
method: false
25+
javascript:
26+
enable_partials: false

0 commit comments

Comments
 (0)