Skip to content

Commit 75a3b02

Browse files
committed
Update Codecov YAML Boolean syntax
yes -> true no -> false ❯ curl --data-binary @.github/codecov.yml https://codecov.io/validate Valid!
1 parent 19e95c8 commit 75a3b02

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/codecov.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
codecov:
2-
require_ci_to_pass: yes
2+
require_ci_to_pass: true
33
comment:
44
layout: "reach,diff,flags,files,footer"
55
behavior: default
6-
require_changes: no
6+
require_changes: false
77
coverage:
88
precision: 1
99
range: "70...100"
@@ -20,7 +20,7 @@ coverage:
2020
parsers:
2121
gcov:
2222
branch_detection:
23-
conditional: yes
24-
loop: yes
25-
macro: no
26-
method: no
23+
conditional: true
24+
loop: true
25+
macro: false
26+
method: false

0 commit comments

Comments
 (0)