Skip to content

Commit 4acc67d

Browse files
committed
drone: detach codecov-report
We don't care about the result.
1 parent 307d825 commit 4acc67d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

drone/.drone.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ local coverage_report = {
107107
name: 'codecov-report',
108108
image: 'golang',
109109
commands: ['curl -s https://codecov.io/bash | bash -s -- -t ${CODECOV_TOKEN}'],
110+
detach: true,
110111
environment: {
111112
CODECOV_TOKEN: {
112113
from_secret: 'codecov_token',

drone/.drone.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ steps:
3333

3434
- name: codecov-report
3535
image: golang
36+
detach: true
3637
commands:
3738
- "curl -s https://codecov.io/bash | bash -s -- -t ${CODECOV_TOKEN}"
3839
environment:
@@ -157,6 +158,7 @@ steps:
157158

158159
- name: codecov-report
159160
image: golang
161+
detach: true
160162
commands:
161163
- "curl -s https://codecov.io/bash | bash -s -- -t ${CODECOV_TOKEN}"
162164
environment:
@@ -233,6 +235,7 @@ steps:
233235

234236
- name: codecov-report
235237
image: golang
238+
detach: true
236239
commands:
237240
- "curl -s https://codecov.io/bash | bash -s -- -t ${CODECOV_TOKEN}"
238241
environment:

0 commit comments

Comments
 (0)