Skip to content

Commit 1e8fd46

Browse files
authored
Add CodeCov config file (ZcashFoundation#51)
* Add CodeCov config file * Consistent indentation
1 parent 4693996 commit 1e8fd46

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

codecov.yml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
coverage:
2+
range: "50...100"
3+
status:
4+
project:
5+
default:
6+
informational: true
7+
patch:
8+
default:
9+
informational: true
10+
11+
parsers:
12+
gcov:
13+
branch_detection:
14+
conditional: yes
15+
loop: yes
16+
method: yes
17+
macro: yes
18+
19+
# comment:
20+
# layout: "diff"
21+
# # if true: only post the comment if coverage changes
22+
# require_changes: true
23+
24+
# This turns off the extra comment; the coverage %'s are still
25+
# reported on the main PR page as check results
26+
comment: false
27+
28+
github_checks:
29+
annotations: false

0 commit comments

Comments
 (0)