Skip to content

Commit 7c1d4ca

Browse files
committed
ci: update config to latest schema
See https://docs.codecov.com/docs/codecovyml-reference
1 parent 5821433 commit 7c1d4ca

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

codecov.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
codecov:
22
branch: main
3+
require_ci_to_pass: false
34
notify:
4-
require_ci_to_pass: true
5+
wait_for_ci: false
56
comment:
67
behavior: default
78
layout: header,tree
8-
require_changes: true
9+
require_changes: false
910
coverage:
1011
precision: 2
11-
range:
12-
- 70.0
13-
- 100.0
1412
round: down
13+
range: "70...100"
1514
status:
1615
changes: false
1716
patch: false

0 commit comments

Comments
 (0)