File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ codecov:
11
11
notify_error : true # if uploads fail, replace cov comment with a comment with errors.
12
12
require_ci_to_pass : false
13
13
14
+ # Publicly exposing the token has some small risks from mistakes or malicious actors.
15
+ # See https://docs.codecov.com/docs/codecov-tokens for correctly configuring it.
16
+ token : 87cefb17-c44b-4f2f-8b30-1fff5769ce46
17
+
14
18
# only post PR comment if coverage changes
15
19
comment :
16
20
require_changes : true
Original file line number Diff line number Diff line change 85
85
uses : codecov/codecov-action@v3
86
86
with :
87
87
directory : empty
88
- token : 87cefb17-c44b-4f2f-8b30-1fff5769ce46
89
88
name : Windows (${{ matrix.python }}, ${{ matrix.arch }}${{ matrix.extra_name }})
89
+ # this option cannot be set in .codecov.yml
90
+ fail_ci_if_error : true
90
91
91
92
Ubuntu :
92
93
name : ' Ubuntu (${{ matrix.python }}${{ matrix.extra_name }})'
@@ -134,8 +135,8 @@ jobs:
134
135
uses : codecov/codecov-action@v3
135
136
with :
136
137
directory : empty
137
- token : 87cefb17-c44b-4f2f-8b30-1fff5769ce46
138
138
name : Ubuntu (${{ matrix.python }}${{ matrix.extra_name }})
139
+ fail_ci_if_error : true
139
140
140
141
macOS :
141
142
name : ' macOS (${{ matrix.python }})'
@@ -169,8 +170,8 @@ jobs:
169
170
uses : codecov/codecov-action@v3
170
171
with :
171
172
directory : empty
172
- token : 87cefb17-c44b-4f2f-8b30-1fff5769ce46
173
173
name : macOS (${{ matrix.python }})
174
+ fail_ci_if_error : true
174
175
175
176
# run CI on a musl linux
176
177
Alpine :
@@ -194,8 +195,8 @@ jobs:
194
195
uses : codecov/codecov-action@v3
195
196
with :
196
197
directory : empty
197
- token : 87cefb17-c44b-4f2f-8b30-1fff5769ce46
198
198
name : Alpine
199
+ fail_ci_if_error : true
199
200
200
201
Cython :
201
202
name : " Cython"
You can’t perform that action at this time.
0 commit comments