Skip to content

Commit 7ce9a33

Browse files
authored
change codecov yml (#8)
1 parent 129fe64 commit 7ce9a33

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

.codecov.yml

+22-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
codecov:
2-
branch: master
2+
notify:
3+
require_ci_to_pass: yes
34

45
coverage:
6+
precision: 2
7+
round: down
8+
range: '70...100'
9+
510
status:
6-
project:
7-
default:
8-
# Fail the status if coverage drops by >= 0.1%
9-
threshold: 0.1
11+
project: yes
12+
patch: yes
13+
changes: no
14+
15+
parsers:
16+
gcov:
17+
branch_detection:
18+
conditional: yes
19+
loop: yes
20+
method: no
21+
macro: no
22+
23+
comment:
24+
layout: 'header, diff'
25+
behavior: default
26+
require_changes: no

0 commit comments

Comments
 (0)