Skip to content

Commit 2271ed3

Browse files
committed
💚 Fix invalid codecov config
1 parent ea8d400 commit 2271ed3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎codecov.yaml‎ renamed to ‎codecov.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# https://docs.codecov.io/docs/commit-status
21
codecov:
32
notify:
4-
require_ci_to_pass: yes
3+
wait_for_ci: true
4+
require_ci_to_pass: yes
55

66
coverage:
77
status:
@@ -10,7 +10,7 @@ coverage:
1010
# basic
1111
target: 0%
1212
threshold: 0%
13-
base: 0%
13+
base: auto
1414
# advanced
1515
branches: null
1616
if_no_uploads: error

0 commit comments

Comments
 (0)