Skip to content

Commit ad63b94

Browse files
authored
Change codecov.yml to reduce CI noise (#4233)
* Add codecov.yml. * Change correct config file. * More experiments.
1 parent e526d32 commit ad63b94

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

Diff for: .codecov.yml

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
codecov:
2-
require_ci_to_pass: yes
2+
require_ci_to_pass: no
33

44
coverage:
55
precision: 2
66
round: down
77
range: "70...100"
8-
98
status:
10-
project: yes
11-
patch: yes
12-
changes: no
9+
project:
10+
default:
11+
# basic
12+
target: auto
13+
threshold: 1%
14+
base: auto
15+
patch:
16+
default:
17+
# basic
18+
target: 50%
19+
threshold: 1%
20+
base: auto
1321

1422
comment:
1523
layout: "reach, diff, flags, files"

0 commit comments

Comments
 (0)