Skip to content

Commit 32bb4d5

Browse files
committed
[coverage] Add a global config yaml
1 parent bdec707 commit 32bb4d5

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.codecov.yml

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

0 commit comments

Comments
 (0)