Skip to content

Commit 8c4c852

Browse files
committed
ci: Add 'token' and remove 'require_ci_to_pass'
1 parent 6df76d9 commit 8c4c852

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

codecov.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
codecov:
2-
require_ci_to_pass: yes
1+
codecov:
2+
token: ${{ secrets.CODECOV_TOKEN }}
33

44
coverage:
55
precision: 2
@@ -32,4 +32,4 @@ ignore:
3232

3333
comment:
3434
layout: "header, diff, changes, uncovered"
35-
behavior: default # update if exists else create new
35+
behavior: default # update if exists else create new

0 commit comments

Comments
 (0)