Skip to content

Commit 74058b2

Browse files
authored
Merge pull request #6866 from StoDevX/hawken/codecov-tweaks
2 parents 01a5a82 + f7e674b commit 74058b2

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.codecov.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
1-
codecov:
2-
notify:
3-
require_ci_to_pass: yes
4-
51
coverage:
62
precision: 2
73
round: down
8-
range: '70...100'
4+
range: 8...100
95

106
status:
11-
project: no
12-
patch: no
13-
changes: no
7+
project: false
8+
patch: true
9+
changes: false
1410

1511
parsers:
1612
gcov:
1713
branch_detection:
18-
conditional: yes
19-
loop: yes
20-
method: no
21-
macro: no
14+
conditional: true
15+
loop: true
16+
method: false
17+
macro: false
2218

2319
comment:
24-
layout: 'diff'
20+
layout: diff
2521
behavior: default
26-
require_changes: no
22+
require_changes: true
23+
24+
github_checks:
25+
annotations: false

0 commit comments

Comments
 (0)