File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ local coverage_report = {
107
107
name: 'codecov-report' ,
108
108
image: 'golang' ,
109
109
commands: ['curl -s https://codecov.io/bash | bash -s -- -t ${CODECOV_TOKEN}' ],
110
+ detach: true ,
110
111
environment: {
111
112
CODECOV_TOKEN: {
112
113
from_secret: 'codecov_token' ,
Original file line number Diff line number Diff line change 33
33
34
34
- name : codecov-report
35
35
image : golang
36
+ detach : true
36
37
commands :
37
38
- " curl -s https://codecov.io/bash | bash -s -- -t ${CODECOV_TOKEN}"
38
39
environment :
@@ -157,6 +158,7 @@ steps:
157
158
158
159
- name : codecov-report
159
160
image : golang
161
+ detach : true
160
162
commands :
161
163
- " curl -s https://codecov.io/bash | bash -s -- -t ${CODECOV_TOKEN}"
162
164
environment :
@@ -233,6 +235,7 @@ steps:
233
235
234
236
- name : codecov-report
235
237
image : golang
238
+ detach : true
236
239
commands :
237
240
- " curl -s https://codecov.io/bash | bash -s -- -t ${CODECOV_TOKEN}"
238
241
environment :
You can’t perform that action at this time.
0 commit comments