Skip to content

Commit fe8afcb

Browse files
authored
Move the codecov configuration to a place where it will be found (#14716)
Closes #14652 YAML validated via `curl --data-binary @.github/codecov.yml https://codecov.io/validate`.
1 parent 4e45a4d commit fe8afcb

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
codecov:
2+
strict_yaml_branch: 'main'
23
notify:
34
require_ci_to_pass: yes
45

@@ -8,7 +9,10 @@ coverage:
89
range: '70...100'
910

1011
status:
11-
project: yes
12+
project:
13+
default:
14+
informational: true
15+
only_pulls: true
1216
patch: yes
1317
changes: no
1418

@@ -21,7 +25,7 @@ parsers:
2125
macro: no
2226

2327
comment:
24-
branch: !release*
25-
layout: 'header, diff, files'
28+
branches: ['main']
29+
layout: 'diff, files'
2630
behavior: default
2731
require_changes: no

0 commit comments

Comments
 (0)