Skip to content

Commit 24cca8c

Browse files
committed
feat: add codecov config
1 parent ee45552 commit 24cca8c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

codecov.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
codecov:
2+
require_ci_to_pass: true
3+
4+
coverage:
5+
precision: 2
6+
round: down
7+
range: "30...100"
8+
9+
status:
10+
project:
11+
default:
12+
informational: true # do not fail check
13+
only_pulls: true
14+
patch: false
15+
16+
parsers:
17+
gcov:
18+
branch_detection:
19+
conditional: yes
20+
loop: yes
21+
method: no
22+
macro: no
23+
24+
comment:
25+
layout: "reach,diff,flags,files,footer"
26+
behavior: default
27+
require_changes: false

0 commit comments

Comments
 (0)