Skip to content

Commit efa740d

Browse files
authored
ci: Fixes codecov config (#5862)
1 parent d720136 commit efa740d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.codecov.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
codecov:
22
branch: main
3-
require_ci_to_pass: yes
3+
require_ci_to_pass: false # Check coverage even if the tests fail
44
notify:
5-
wait_for_ci: yes
5+
wait_for_ci: true
66

77
coverage:
88
range: 80...100
@@ -22,5 +22,5 @@ comment:
2222
# already exists, and a newer commit results in no coverage change for the
2323
# entire pull, the comment will be deleted.
2424
require_changes: true
25-
require_base: yes # must have a base report to post
26-
require_head: yes # must have a head report to post
25+
require_base: true # must have a base report to post
26+
require_head: true # must have a head report to post

0 commit comments

Comments
 (0)